Skip to content

Commit 70cb6ab

Browse files
authored
Merge pull request #205 from laravel-shift/l13-compatibility
Laravel 13.x Compatibility
2 parents 6c562f9 + c8ad49f commit 70cb6ab

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"geocoder-php/google-maps-provider": "^4.0|^5.0",
2929
"guzzlehttp/psr7": "*",
3030
"http-interop/http-factory-guzzle": "^1.0",
31-
"illuminate/cache": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
32-
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
31+
"illuminate/cache": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
32+
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
3333
"php-http/curl-client": "*",
3434
"php": "^8.0",
3535
"willdurand/geocoder": "^4.0|^5.0"
@@ -40,11 +40,11 @@
4040
"geocoder-php/geoip2-provider": "^4.0",
4141
"geocoder-php/maxmind-binary-provider": "^4.0",
4242
"laravel/legacy-factories": "^1.0",
43-
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
43+
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0|^11.0",
4444
"orchestra/testbench-browser-kit": "^7.0|^8.5|^10.0",
4545
"orchestra/testbench-dusk": "^7.0|^8.22|^10.0",
4646
"php-coveralls/php-coveralls": "*",
47-
"phpunit/phpunit": "8.5|^9.0|^10.5|^11.5.3"
47+
"phpunit/phpunit": "8.5|^9.0|^10.5|^11.5.3|^12.5.12"
4848
},
4949
"autoload": {
5050
"psr-4": {

0 commit comments

Comments
 (0)