Skip to content

Commit bfd4fce

Browse files
authored
Update composer.json
1 parent f191f88 commit bfd4fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": "^8.2",
1919
"guzzlehttp/guzzle": "^7.0",
20-
"illuminate/contracts": "^9.0|^10.0|^11.0",
20+
"illuminate/contracts": "^10.0|^11.0|^12.*",
2121
"spatie/laravel-package-tools": "^1.4"
2222
},
2323
"require-dev": {
@@ -27,7 +27,7 @@
2727
"phpstan/extension-installer": "^1.3",
2828
"phpstan/phpstan-deprecation-rules": "^1.1",
2929
"phpstan/phpstan-phpunit": "^1.3",
30-
"phpunit/phpunit": "^9.0|^10.0|^11.0",
30+
"phpunit/phpunit": "^10.0|^11.0|*12.0",
3131
"vimeo/psalm": "^5.0"
3232
},
3333
"autoload": {

0 commit comments

Comments
 (0)