Skip to content

Commit 089e318

Browse files
committed
Fix symfony 3.x require version strings
1 parent eb987c9 commit 089e318

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717
"require": {
1818
"php": ">=5.4",
19-
"symfony/filesystem": "~2.3|3.0",
20-
"symfony/process": "~2.3|3.0",
19+
"symfony/filesystem": "^2.3 || ^3.0",
20+
"symfony/process": "^2.3 || ^3.0",
2121
"jane/open-api": "^1.0",
2222
"php-http/socket-client": "^1.0",
2323
"php-http/plugins": "^1.0.1",

0 commit comments

Comments
 (0)