Merge pull request #1078 from derrabus/master

Symfony 2.1 is stable now
main
Jordi Boggiano 12 years ago
commit 0d3f7fcc89

@ -25,9 +25,9 @@
"php": ">=5.3.2", "php": ">=5.3.2",
"justinrainbow/json-schema": "1.1.*", "justinrainbow/json-schema": "1.1.*",
"seld/jsonlint": "1.*", "seld/jsonlint": "1.*",
"symfony/console": "2.1.*@RC", "symfony/console": "2.1.*",
"symfony/finder": "2.1.*@RC", "symfony/finder": "2.1.*",
"symfony/process": "2.1.*@dev" "symfony/process": "2.1.*"
}, },
"suggest": { "suggest": {
"ext-zip": "Enabling the zip extension allows you to unzip archives, and allows gzip compression of all internet traffic", "ext-zip": "Enabling the zip extension allows you to unzip archives, and allows gzip compression of all internet traffic",

10
composer.lock generated

@ -1,5 +1,5 @@
{ {
"hash": "248fd228505368a590a4f563ab512007", "hash": "1023850095295cc1307c2219a0382930",
"packages": [ "packages": [
{ {
"package": "justinrainbow/json-schema", "package": "justinrainbow/json-schema",
@ -27,9 +27,7 @@
], ],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": [
"symfony/console": 5,
"symfony/finder": 5, ]
"symfony/process": 20
}
} }

Loading…
Cancel
Save