Skip to content

Commit ccc1864

Browse files
committed
Fixed PHP version requirement in 1.0 branch
1 parent 2267887 commit ccc1864

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
@@ -7,7 +7,7 @@
77
}
88
},
99
"require": {
10-
"php": ">=5.6",
10+
"php": "~5.6 || ~7",
1111
"symfony/event-dispatcher": "~2 || ~3",
1212
"symfony/console": "~2 || ~3",
1313
"symfony/http-kernel": "~2 || ~3",

0 commit comments

Comments
 (0)