Issue #2712637 by klausi, jibran, dawehner, simensen, JeroenT: Update stack/builder for Symfony 3 compatibility
parent
4c30de3616
commit
0107be6a7e
|
@ -1091,22 +1091,22 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "stack/builder",
|
"name": "stack/builder",
|
||||||
"version": "v1.0.3",
|
"version": "v1.0.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/stackphp/builder.git",
|
"url": "https://github.com/stackphp/builder.git",
|
||||||
"reference": "c1f8a4693b55c563405024f708a76ef576c3b276"
|
"reference": "59fcc9b448a8ce5e338a04c4e2e4aca893e83425"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/stackphp/builder/zipball/c1f8a4693b55c563405024f708a76ef576c3b276",
|
"url": "https://api.github.com/repos/stackphp/builder/zipball/59fcc9b448a8ce5e338a04c4e2e4aca893e83425",
|
||||||
"reference": "c1f8a4693b55c563405024f708a76ef576c3b276",
|
"reference": "59fcc9b448a8ce5e338a04c4e2e4aca893e83425",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
"symfony/http-foundation": "~2.1",
|
"symfony/http-foundation": "~2.1|~3.0",
|
||||||
"symfony/http-kernel": "~2.1"
|
"symfony/http-kernel": "~2.1|~3.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"silex/silex": "~1.0"
|
"silex/silex": "~1.0"
|
||||||
|
@ -1136,7 +1136,7 @@
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"stack"
|
"stack"
|
||||||
],
|
],
|
||||||
"time": "2014-11-23 20:37:11"
|
"time": "2016-06-02 06:58:42"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony-cmf/routing",
|
"name": "symfony-cmf/routing",
|
||||||
|
|
Loading…
Reference in New Issue