Skip to content

Commit 3fa3174

Browse files
authored
Add Laravel 12 support #4
add laravel 12 support
2 parents 4eccdc9 + a0281fb commit 3fa3174

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
],
1818
"require": {
1919
"php": "^7.2|^8.0|^8.1|^8.2",
20-
"illuminate/support": "~5|^6|^7|^8|^9|^10|^11.0",
21-
"illuminate/pagination": "~5|^6|^7|^8|^9|^10|^11.0"
20+
"illuminate/support": "~5|^6|^7|^8|^9|^10|^11.0|^12.0",
21+
"illuminate/pagination": "~5|^6|^7|^8|^9|^10|^11.0|^12.0"
2222
},
2323
"require-dev": {
2424
"friendsofphp/php-cs-fixer": "^3.8",
2525
"orchestra/testbench": "^3.0|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
26-
"phpunit/phpunit": "^8.5|^9.0|^10.0"
26+
"phpunit/phpunit": "^8.5|^9.0|^10.0|^11.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)