Skip to content

Commit 4d3d880

Browse files
author
Nathan Macnamara
committed
Relax symfony requirements to reduce Laravel conflicts. Fixed #11
1 parent e3dbac2 commit 4d3d880

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
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=5.3.0",
2020
"illuminate/support": "~5.0",
21-
"symfony/yaml": "2.7.*"
21+
"symfony/yaml": "~2.0"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "4.*",

0 commit comments

Comments
 (0)