Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RF1705 authored Sep 28, 2023
1 parent 3739a7c commit 269a4d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"php": "^8",
"ext-pdo": "*",
"ext-json": "*",
"illuminate/database": "^9.0",
"illuminate/database": "^10.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": "^9.0",
"doctrine/dbal": "^2.5",
"laravel/laravel": "^10.0",
"doctrine/dbal": "^3",
"laravel/browser-kit-testing": "^2.0",
"php-coveralls/php-coveralls": "^2.0"
},
Expand Down

0 comments on commit 269a4d3

Please sign in to comment.