Rollback process component to 2.1.1
parent
ad4eb72d87
commit
d8387ddbdd
|
@ -27,7 +27,7 @@
|
||||||
"seld/jsonlint": "1.*",
|
"seld/jsonlint": "1.*",
|
||||||
"symfony/console": "2.1.*@dev",
|
"symfony/console": "2.1.*@dev",
|
||||||
"symfony/finder": "2.1.*",
|
"symfony/finder": "2.1.*",
|
||||||
"symfony/process": "2.1.*"
|
"symfony/process": "2.1.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",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"hash": "4053fc95a11ba891e11c81bf940f6fbc",
|
"hash": "feab59dd5d1400d9ec8d709c4d7ff6e2",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "justinrainbow/json-schema",
|
"name": "justinrainbow/json-schema",
|
||||||
|
@ -152,23 +152,23 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/process",
|
"name": "symfony/process",
|
||||||
"version": "v2.1.2",
|
"version": "v2.1.1",
|
||||||
"target-dir": "Symfony/Component/Process",
|
"target-dir": "Symfony/Component/Process",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/Process",
|
"url": "https://github.com/symfony/Process",
|
||||||
"reference": "v2.1.2"
|
"reference": "v2.1.1"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/symfony/Process/zipball/v2.1.2",
|
"url": "https://github.com/symfony/Process/zipball/v2.1.1",
|
||||||
"reference": "v2.1.2",
|
"reference": "v2.1.1",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.3"
|
"php": ">=5.3.3"
|
||||||
},
|
},
|
||||||
"time": "2012-09-18 15:37:29",
|
"time": "2012-08-30 05:49:05",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
|
|
Loading…
Reference in New Issue