Skip to content

Commit 2a32e66

Browse files
Added Laravel 12 support
1 parent bf48bf7 commit 2a32e66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
],
3636
"require": {
3737
"php": "^8.1",
38-
"illuminate/contracts": "^10.0 || ^11.0",
39-
"illuminate/http": "^10.0 || ^11.0",
40-
"illuminate/support": "^10.0 || ^11.0",
38+
"illuminate/contracts": "^10.0 || ^11.0 || ^12.0",
39+
"illuminate/http": "^10.0 || ^11.0 || ^12.0",
40+
"illuminate/support": "^10.0 || ^11.0 || ^12.0",
4141
"lmc/http-constants": "^1.2",
4242
"symfony/http-foundation": "^6.0 || ^7.0"
4343
},
4444
"require-dev": {
45-
"orchestra/testbench": "^8.0 || ^9.0",
45+
"orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
4646
"phpunit/phpunit": "^10.0"
4747
},
4848
"conflict": {
@@ -77,4 +77,4 @@
7777
]
7878
}
7979
}
80-
}
80+
}

0 commit comments

Comments
 (0)