Skip to content

Commit 2cf62da

Browse files
committed
min stable version
1 parent d1cb2e1 commit 2cf62da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
],
1313
"homepage": "https://github.com/alexmg86/laravelsubquery",
1414
"require": {
15-
"php": ">=7.2",
16-
"illuminate/support": "^6.0|^7.0"
15+
"php": ">=5.6.4",
16+
"illuminate/support": ">=5.4"
1717
},
1818
"require-dev": {
19-
"orchestra/testbench": "^4.0|^5.0",
20-
"phpunit/phpunit": "^8.4|^9.0"
19+
"orchestra/testbench": ">=3.1",
20+
"phpunit/phpunit": ">=5.7"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)