Skip to content

Commit 7ab5153

Browse files
committed
Laravel 7 compatibility (MySQL 6)
1 parent f3429eb commit 7ab5153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
],
1212
"require": {
1313
"php": ">=5.5.9",
14-
"illuminate/database": "^5.2||^6.0",
14+
"illuminate/database": "^5.2||^6.0||^7.0",
1515
"geo-io/wkb-parser": "^1.0",
1616
"jmikola/geojson": "^1.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "~4.8||~5.7",
2020
"mockery/mockery": "^0.9.9",
21-
"laravel/laravel": "^5.2||^6.0",
21+
"laravel/laravel": "^5.2||^6.0||^7.0",
2222
"codeclimate/php-test-reporter": "dev-master",
2323
"doctrine/dbal": "^2.5",
2424
"laravel/browser-kit-testing": "^2.0"

0 commit comments

Comments
 (0)