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

Commit dcecaa5

Browse files
committed
Merge branch '5.1'
* 5.1: Allow more PHP versions
2 parents b352f11 + cb2b1f8 commit dcecaa5

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
@@ -5,7 +5,7 @@
55
"description": "A skeleton to start a new Symfony website",
66
"minimum-stability": "dev",
77
"require": {
8-
"php": "^7.2.5",
8+
"php": ">=7.2.5",
99
"ext-ctype": "*",
1010
"ext-iconv": "*",
1111
"symfony/flex": "^1.3.1"

0 commit comments

Comments
 (0)