Skip to content

Commit 8b3616c

Browse files
committed
update composer.json
1 parent 19595ae commit 8b3616c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.0",
19-
"laravel/framework": ">=5.5.33",
20-
"pragmarx/yaml": "^1.0",
21-
"symfony/process": "^3.3|^4.0|^5.0"
18+
"php": ">=8.0",
19+
"laravel/framework": ">=7.0",
20+
"pragmarx/yaml": "^1.0"
2221
},
2322
"require-dev": {
2423
"phpunit/phpunit": "~5|~6|~7|~8|~9",
25-
"orchestra/testbench": "3.4.*|3.5.*|3.6.*|3.7.*|4.*|5.*|6.*"
24+
"orchestra/testbench": "5.*|6.*"
2625
},
2726
"autoload": {
2827
"psr-4": {

0 commit comments

Comments
 (0)