Skip to content

Commit 1c816bc

Browse files
committed
Bump dependencies for Laravel 12
1 parent 34e8d9c commit 1c816bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"homepage": "https://github.com/beyondcode/helo-laravel",
1818
"require": {
1919
"php": "^8.0 || ^8.1 || ^8.2",
20-
"illuminate/console": "^8.0 || ^9.0 || ^10.0 || ^11.0",
21-
"illuminate/mail": "^8.0 || ^9.0 || ^10.0 || ^11.0",
22-
"illuminate/view": "^8.0 || ^9.0 || ^10.0 || ^11.0"
20+
"illuminate/console": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
21+
"illuminate/mail": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
22+
"illuminate/view": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0"
2323
},
2424
"require-dev": {
25-
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
26-
"pestphp/pest": "1.x-dev || 2.x-dev"
25+
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0",
26+
"pestphp/pest": "1.x-dev || 2.x-dev || ^3.7"
2727
},
2828
"minimum-stability": "dev",
2929
"autoload": {

0 commit comments

Comments
 (0)