Skip to content

Commit

Permalink
Merge pull request #125 from d3radicated/master
Browse files Browse the repository at this point in the history
Support Laravel 7
  • Loading branch information
grimzy authored Mar 6, 2020
2 parents 8403809 + 4f0befe commit 2960628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"php": ">=5.5",
"ext-pdo": "*",
"ext-json": "*",
"illuminate/database": "^5.2|^6.0",
"illuminate/database": "^5.2|^6.0|^7.0",
"geo-io/wkb-parser": "^1.0",
"jmikola/geojson": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8||~5.7",
"mockery/mockery": "^0.9.9",
"laravel/laravel": "^5.2|^6.0",
"laravel/laravel": "^5.2|^6.0|^7.0",
"doctrine/dbal": "^2.5",
"laravel/browser-kit-testing": "^2.0",
"php-coveralls/php-coveralls": "^2.0"
Expand Down

0 comments on commit 2960628

Please sign in to comment.