Skip to content

Commit 96dd012

Browse files
committed
Bump dependencies for Laravel 12
1 parent b322bbd commit 96dd012

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
@@ -18,13 +18,13 @@
1818
"require": {
1919
"php": "^7.2.5 || ^8.0",
2020
"guzzlehttp/guzzle": "^6.2 || ^7.0",
21-
"illuminate/notifications": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
22-
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
21+
"illuminate/notifications": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
22+
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0"
2323
},
2424
"require-dev": {
2525
"mockery/mockery": "^1.3",
26-
"phpunit/phpunit": "^9.0 || ^10.5",
27-
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
26+
"phpunit/phpunit": "^9.0 || ^10.5 || ^11.5.3",
27+
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)