Skip to content

Commit

Permalink
Merge pull request #194 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
mikebronner authored Feb 16, 2023
2 parents 6b35c23 + 75fb5a4 commit bdbb274
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 @@ -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",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.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",
"php-http/curl-client": "*",
"php": "^8.0",
"willdurand/geocoder": "^4.0"
Expand All @@ -40,7 +40,7 @@
"geocoder-php/geoip2-provider": "^4.0",
"geocoder-php/maxmind-binary-provider": "^4.0",
"laravel/legacy-factories": "^1.0",
"orchestra/testbench": "^7.0",
"orchestra/testbench": "^7.0|^8.0",
"orchestra/testbench-browser-kit": "^7.0",
"orchestra/testbench-dusk": "^7.0",
"php-coveralls/php-coveralls": "*",
Expand Down

0 comments on commit bdbb274

Please sign in to comment.