Skip to content

Commit a059700

Browse files
author
Mingeun Kim
authored
Update require version
1 parent 442a4bf commit a059700

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
@@ -8,12 +8,12 @@
88
],
99
"type": "library",
1010
"require": {
11-
"php": ">=5.5.9",
12-
"illuminate/support": ">=5.1",
13-
"illuminate/console": ">=5.1"
11+
"php": "^7.1",
12+
"illuminate/support": "~5.6.34|~5.7.0|~5.8.0|^6.0|^7.0",
13+
"illuminate/console": "~5.6.34|~5.7.0|~5.8.0|^6.0|^7.0"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "~4.0"
16+
"phpunit/phpunit": "^7.0|^8.0|^9.0"
1717
},
1818
"license": "MIT",
1919
"authors": [

0 commit comments

Comments
 (0)