We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2a766 commit f3bac23Copy full SHA for f3bac23
.gitignore
@@ -2,6 +2,7 @@
2
/.rules
3
4
# Composer
5
+.composer.lock
6
/vendor
7
8
# Binaries
composer.json
@@ -14,8 +14,8 @@
14
},
15
"require": {
16
"composer-plugin-api": "^1.0",
17
- "symfony/yaml": ">=2.7 <3.0",
18
- "symfony/finder": ">=2.7 <3.0"
+ "symfony/yaml": "~2.7|~3.0",
+ "symfony/finder": "~2.7|~3.0"
19
20
"minimum-stability": "dev",
21
"prefer-stable": true,
composer.lock
0 commit comments