Skip to content

Commit

Permalink
Merge pull request #198 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
mikebronner authored Mar 14, 2024
2 parents bdbb274 + c9d1ccd commit f354165
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"geocoder-php/google-maps-provider": "^4.0",
"guzzlehttp/psr7": "*",
"http-interop/http-factory-guzzle": "^1.0",
"illuminate/cache": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/cache": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"php-http/curl-client": "*",
"php": "^8.0",
"willdurand/geocoder": "^4.0"
Expand All @@ -40,11 +40,11 @@
"geocoder-php/geoip2-provider": "^4.0",
"geocoder-php/maxmind-binary-provider": "^4.0",
"laravel/legacy-factories": "^1.0",
"orchestra/testbench": "^7.0|^8.0",
"orchestra/testbench-browser-kit": "^7.0",
"orchestra/testbench-dusk": "^7.0",
"orchestra/testbench": "^7.0|^8.0|^9.0",
"orchestra/testbench-browser-kit": "^7.0|^8.5",
"orchestra/testbench-dusk": "^7.0|^8.22",
"php-coveralls/php-coveralls": "*",
"phpunit/phpunit": "8.5|^9.0",
"phpunit/phpunit": "8.5|^9.0|^10.5",
"sebastian/phpcpd": "^5.0|^6.0"
},
"autoload": {
Expand Down

0 comments on commit f354165

Please sign in to comment.