We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1388bf commit f5ccfc6Copy full SHA for f5ccfc6
composer.json
@@ -10,13 +10,13 @@
10
}
11
],
12
"require": {
13
- "php": ">=7.1",
14
- "laravelcollective/html": "^5.6|^6|^7|^8|^9",
15
- "illuminate/database": "^5.6@dev|^6|^7|^8|^9",
16
- "illuminate/validation": "^5.6@dev|^6|^7|^8|^9"
+ "php": ">=7.4",
+ "laravelcollective/html": "^6",
+ "illuminate/database": "^6 || ^7 || ^8 || ^9 || ^10",
+ "illuminate/validation": "^6 || ^7 || ^8 || ^9 || ^10"
17
},
18
"require-dev": {
19
- "orchestra/testbench": "^6.13"
+ "orchestra/testbench": "^6.13 || ^7.0 || ^8.0"
20
21
"extra": {
22
"branch-alias": {
0 commit comments