Skip to content

Commit 857334e

Browse files
authored
Update composer.json
1 parent 2147bca commit 857334e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.6.0",
18-
"illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x|5.7.x",
19-
"illuminate/translation": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x|5.7.x",
20-
"symfony/finder": "~2.3|~3.0|~4.0"
17+
"php": ">=7",
18+
"illuminate/support": "5.5.x|5.6.x|5.7.x",
19+
"illuminate/translation": "5.5.x|5.6.x|5.7.x",
20+
"symfony/finder": "~3.0|~4.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)