Skip to content

Commit 94126c4

Browse files
committed
Support Laravel 12
1 parent a208551 commit 94126c4

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
@@ -10,12 +10,12 @@
1010
}
1111
],
1212
"require": {
13-
"illuminate/database": "^8.0|^9.0|^10.0|^11.0",
14-
"vinkla/hashids": "^9.0|^10.0|^11.0|^12.0"
13+
"illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0",
14+
"vinkla/hashids": "^9.0|^10.0|^11.0|^12.0|^13.0"
1515
},
1616
"require-dev": {
17-
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
18-
"phpunit/phpunit": "^8.4|^9.0|^10.0",
17+
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0",
18+
"phpunit/phpunit": "^8.4|^9.0|^10.0|^11.0",
1919
"laravel/legacy-factories": "^1.0"
2020
},
2121
"autoload": {

0 commit comments

Comments
 (0)