Skip to content

Commit f5ccfc6

Browse files
committed
laravel 10, php 7.4+, testbench 8
1 parent a1388bf commit f5ccfc6

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
@@ -10,13 +10,13 @@
1010
}
1111
],
1212
"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"
13+
"php": ">=7.4",
14+
"laravelcollective/html": "^6",
15+
"illuminate/database": "^6 || ^7 || ^8 || ^9 || ^10",
16+
"illuminate/validation": "^6 || ^7 || ^8 || ^9 || ^10"
1717
},
1818
"require-dev": {
19-
"orchestra/testbench": "^6.13"
19+
"orchestra/testbench": "^6.13 || ^7.0 || ^8.0"
2020
},
2121
"extra": {
2222
"branch-alias": {

0 commit comments

Comments
 (0)