Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

Commit 339534b

Browse files
author
rok
committed
use at least php 7.2
1 parent 10d42e6 commit 339534b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=5.4.0",
14+
"php": "^7.2",
1515
"illuminate/config": "~5.0 || ^6.0",
1616
"illuminate/session": "~5.0 || ^6.0",
1717
"illuminate/support": "~5.0 || ^6.0"

0 commit comments

Comments
 (0)