Skip to content

Commit e8a5357

Browse files
Bump dependencies for Laravel 11 (#53)
1 parent aaa08fd commit e8a5357

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"php": ">=7.3 | ^8.0",
2121
"ext-json": "*",
2222
"guzzlehttp/guzzle": "^6.3|^7.0",
23-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0"
23+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0 | ^11.0"
2424
},
2525
"require-dev": {
2626
"roave/security-advisories": "dev-master",
27-
"phpunit/phpunit": "^8.0|^9.0",
27+
"phpunit/phpunit": "^8.0|^9.0 | ^10.5",
2828
"mockery/mockery": "^1.0",
29-
"orchestra/testbench": "^5.0|^6.0|^8.0"
29+
"orchestra/testbench": "^5.0|^6.0|^8.0 | ^9.0"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)