Skip to content

Commit d8b83f6

Browse files
authored
Minimal php version updated to 7.2.5
The minimal php version should be at least `7.2.5`, because that is also the minimal php version for symfony/var-dumper v5.* https://github.com/symfony/var-dumper/blob/v5.0.0/composer.json#L19
1 parent 1f1d18a commit d8b83f6

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
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1",
19+
"php": "^7.2.5",
2020
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
2121
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
2222
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",

0 commit comments

Comments
 (0)