Skip to content

Commit 887ab31

Browse files
committed
Update required php version to 7.2
1 parent 3814134 commit 887ab31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"repository-pattern"
2121
],
2222
"require": {
23-
"php": ">=7.0",
23+
"php": ">=7.2",
2424
"illuminate/console": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
2525
"illuminate/contracts": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
2626
"illuminate/support": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0"

0 commit comments

Comments
 (0)