Skip to content

Commit 064037a

Browse files
authored
Merge pull request #12 from zofe/master
Update composer.json for laravel 12 compatibility
2 parents 7a123fd + cfe973a commit 064037a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=7.2.0",
14-
"illuminate/support": "^8.57||^9.0||^10.0||^11.0"
14+
"illuminate/support": "^8.57||^9.0||^10.0||^11.0||^12.0"
1515
},
1616
"autoload" : {
1717
"psr-4" : {
@@ -24,9 +24,9 @@
2424
}
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^9.5||^10.0||^11.0",
27+
"phpunit/phpunit": "^9.5||^10.0||^11.0||^12.0",
2828
"orchestra/testbench": "^6.20||^7.0||^8.0",
29-
"illuminate/container": "^8.57||^9.0||^10.0||^11.0"
29+
"illuminate/container": "^8.57||^9.0||^10.0||^11.0||^12.0"
3030
},
3131
"extra": {
3232
"laravel": {

0 commit comments

Comments
 (0)