Skip to content

Commit c13bafe

Browse files
authored
Merge pull request #3 from mercrover/patch-2
Add laravel 12 support
2 parents d03f832 + ea6e5db commit c13bafe

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
@@ -14,12 +14,12 @@
1414
],
1515
"require": {
1616
"php": ">=7.1 || ^8.0",
17-
"laravel/framework": "^5.2 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 | ^11.0",
17+
"laravel/framework": "^5.2 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
1818
"ext-json": "*"
1919
},
2020
"require-dev": {
21-
"orchestra/testbench": "^7.1 || ^8.0 || ^9.0",
22-
"phpunit/phpunit": "^8.5.23 || ^9.5.10 || ^10.5 || ^11.0.1"
21+
"orchestra/testbench": "^7.1 || ^8.0 || ^9.0 || ^10.0",
22+
"phpunit/phpunit": "^8.5.23 || ^9.5.10 || ^10.5 || ^11.0.1 || ^12.0.1"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)