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

Commit 4a83551

Browse files
committed
version cleanup
1 parent 8fa7c49 commit 4a83551

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
],
1414
"require": {
1515
"php": ">=5.3.9",
16-
"symfony/yaml": "~2.0"
16+
"symfony/yaml": ">=2.6"
1717
},
1818
"require-dev": {
19-
"phpunit\/phpunit": "~4.0",
20-
"mikey179/vfsStream": "~1.0"
19+
"phpunit\/phpunit": "^4.0",
20+
"mikey179/vfsStream": "^1.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)