Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
masterix21 committed Mar 6, 2024
1 parent 53a2780 commit 589da7f
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 @@ -16,14 +16,14 @@
}
],
"require": {
"php": "^8.1",
"illuminate/support": "^10.0",
"php": "^8.1|^8.2|^8.3",
"illuminate/support": "^10.0|^11.0",
"geo-io/wkb-parser": "^1.0",
"jmikola/geojson": "^1.1"
},
"require-dev": {
"orchestra/testbench": "^6.23|^7.0|^8.0",
"phpunit/phpunit": "^10.0"
"phpunit/phpunit": "^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 589da7f

Please sign in to comment.