Skip to content

Commit a5bd62b

Browse files
Laravel 12.x Compatibility (#383)
Bump dependencies for Laravel 12
1 parent 8b73209 commit a5bd62b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
],
2323
"require": {
2424
"php": "^7.1|^8.0",
25-
"illuminate/support": "^5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
26-
"illuminate/view": "^5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
25+
"illuminate/support": "^5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
26+
"illuminate/view": "^5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2727
"erusev/parsedown-extra": "^0.8.1|^0.8",
2828
"symfony/dom-crawler": "^4.1|^5.0|^6.0|^7.0"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0",
32-
"laravel/framework": "^5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
33-
"orchestra/testbench": "^3.4|^4.0|^5.0|^7.0|^8.0|^9.0"
31+
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0|^11.5.3",
32+
"laravel/framework": "^5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
33+
"orchestra/testbench": "^3.4|^4.0|^5.0|^7.0|^8.0|^9.0|^10.0"
3434
},
3535
"autoload": {
3636
"files": [

0 commit comments

Comments
 (0)