Skip to content

Commit 83624ca

Browse files
committed
Trying to get the dependencies right
1 parent eac0c1c commit 83624ca

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
@@ -16,15 +16,14 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.3|^8.0",
2019
"jackiedo/dotenv-editor": "^1.2",
2120
"juliardi/homedir": "^1.0",
22-
"laravel/framework": "^7.0|^8.0",
23-
"symfony/process": "^5.2"
21+
"illuminate/support": "^6.0|^7.0|^8.0",
22+
"symfony/process": "^5.1|^5.2"
2423
},
2524
"require-dev": {
26-
"orchestra/testbench": "^6.7",
27-
"phpunit/phpunit": "^9.5"
25+
"orchestra/testbench": "^4.0|^6.7",
26+
"phpunit/phpunit": "^8.0|^9.5"
2827
},
2928
"autoload": {
3029
"psr-4": {

0 commit comments

Comments
 (0)