Skip to content

Commit 2f9ec7b

Browse files
committed
Merge pull request #13 from uberbrady/versionfix
Simpler version spec for older composer
2 parents 401c342 + 34da65d commit 2f9ec7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"minimum-stability": "dev",
1515
"require": {
1616
"php": ">=5.3.0",
17-
"symfony/yaml": ">=2.6 <2.7"
17+
"symfony/yaml": "2.6.*"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "dev-master"

0 commit comments

Comments
 (0)