Skip to content

Commit 0f2280c

Browse files
committed
Bump dependencies for Laravel 12
1 parent a5508e8 commit 0f2280c

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
@@ -17,13 +17,13 @@
1717
],
1818
"require": {
1919
"php": "^8.0|^8.1",
20-
"laravel/framework": "^8.28|^9.0|^10.0|^11.0",
20+
"laravel/framework": "^8.28|^9.0|^10.0|^11.0|^12.0",
2121
"spatie/url": "^1.0|^2.0"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
25-
"pestphp/pest": "^1.22|^2.34",
26-
"phpunit/phpunit": "^9.0|^9.3|^10.5"
24+
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0",
25+
"pestphp/pest": "^1.22|^2.34|^3.7",
26+
"phpunit/phpunit": "^9.0|^9.3|^10.5|^11.5.3"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)