Skip to content

Commit a5f02f2

Browse files
committed
Bump dependencies for Laravel 11
1 parent 7355bc4 commit a5f02f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"require": {
1515
"php": "^8.0",
1616
"guzzlehttp/guzzle": "^7.0.1",
17-
"illuminate/notifications": "^8.0 || ^9.0 || ^10.0",
18-
"illuminate/support": "^8.0 || ^9.0 || ^10.0"
17+
"illuminate/notifications": "^8.0 || ^9.0 || ^10.0 || ^11.0",
18+
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0"
1919
},
2020
"require-dev": {
2121
"mockery/mockery": "^1.3.1",
22-
"phpunit/phpunit": "^9.3",
23-
"orchestra/testbench": "^8.0",
22+
"phpunit/phpunit": "^9.3 || ^10.5",
23+
"orchestra/testbench": "^8.0 || ^9.0",
2424
"dms/phpunit-arraysubset-asserts": ">=0.1.0"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)