Skip to content

Commit 190af1e

Browse files
committed
Merge pull request #6 from LinioIT/add-support-to-php7
Changed php required version to support PHP 7.
2 parents aa20336 + 2c9af7c commit 190af1e

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
"type": "library",
66
"license": "BSD-3-Clause",
77
"require": {
8-
"php": "~5.4",
8+
"php": ">=5.4",
99
"symfony/framework-bundle": "~2.3",
1010
"symfony/form": "~2.3"
1111
},

0 commit comments

Comments
 (0)