File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Almost every modern web application interacts with a database. Laravel makes int
22
22
- MariaDB 10.3+ ([ Version Policy] ( https://mariadb.org/about/#maintenance-policy ) )
23
23
- MySQL 5.7+ ([ Version Policy] ( https://en.wikipedia.org/wiki/MySQL#Release_history ) )
24
24
- PostgreSQL 10.0+ ([ Version Policy] ( https://www.postgresql.org/support/versioning/ ) )
25
- - SQLite 3.35 .0+
25
+ - SQLite 3.26 .0+
26
26
- SQL Server 2017+ ([ Version Policy] ( https://docs.microsoft.com/en-us/lifecycle/products/?products=sql-server ) )
27
27
28
28
</div >
Original file line number Diff line number Diff line change @@ -205,11 +205,11 @@ public function dump(...$args);
205
205
### Database
206
206
207
207
<a name =" sqlite-minimum-version " ></a >
208
- #### SQLite 3.35 .0+
208
+ #### SQLite 3.26 .0+
209
209
210
210
** Likelihood Of Impact: High**
211
211
212
- If your application is utilizing an SQLite database, SQLite 3.35 .0 or greater is required.
212
+ If your application is utilizing an SQLite database, SQLite 3.26 .0 or greater is required.
213
213
214
214
<a name =" eloquent-model-casts-method " ></a >
215
215
#### Eloquent Model ` casts ` Method
You can’t perform that action at this time.
0 commit comments