Second DoctrineMigrationsBundle composer.json fix.
This commit is contained in:
parent
1461837405
commit
49cfdc7266
|
@ -20,7 +20,6 @@
|
||||||
"sensio/framework-extra-bundle": "~3.0,>=3.0.2",
|
"sensio/framework-extra-bundle": "~3.0,>=3.0.2",
|
||||||
"incenteev/composer-parameter-handler": "~2.0",
|
"incenteev/composer-parameter-handler": "~2.0",
|
||||||
"misd/guzzle-bundle": "~1.0",
|
"misd/guzzle-bundle": "~1.0",
|
||||||
"doctrine/migrations": "1.0.*@dev",
|
|
||||||
"ob/highcharts-bundle": "^1.2",
|
"ob/highcharts-bundle": "^1.2",
|
||||||
"doctrine/doctrine-migrations-bundle": "^1.0"
|
"doctrine/doctrine-migrations-bundle": "^1.0"
|
||||||
},
|
},
|
||||||
|
|
36
composer.lock
generated
36
composer.lock
generated
|
@ -4,8 +4,8 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"hash": "2730cf99a45485bcd85fb5e0eed3a41c",
|
"hash": "4fe9c0fca61b1bf505886a29726aac87",
|
||||||
"content-hash": "0da9c81dcc1cb8e886339580c46ccda9",
|
"content-hash": "7a96c16b3360dea55a684da6fa90d8fe",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "doctrine/annotations",
|
"name": "doctrine/annotations",
|
||||||
|
@ -690,45 +690,47 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/migrations",
|
"name": "doctrine/migrations",
|
||||||
"version": "dev-master",
|
"version": "v1.1.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/migrations.git",
|
"url": "https://github.com/doctrine/migrations.git",
|
||||||
"reference": "abb87d84ed21fd30c27bd3b52252a495a36d32fb"
|
"reference": "d196ddc229f50c66c5a015c158adb78a2dfb4351"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/migrations/zipball/d196ddc229f50c66c5a015c158adb78a2dfb4351",
|
"url": "https://api.github.com/repos/doctrine/migrations/zipball/d196ddc229f50c66c5a015c158adb78a2dfb4351",
|
||||||
"reference": "abb87d84ed21fd30c27bd3b52252a495a36d32fb",
|
"reference": "d196ddc229f50c66c5a015c158adb78a2dfb4351",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"doctrine/dbal": "~2.0",
|
"doctrine/dbal": "~2.2",
|
||||||
"php": ">=5.3.2",
|
"php": ">=5.4.0",
|
||||||
"symfony/console": "~2.3",
|
"symfony/console": "~2.3",
|
||||||
"symfony/yaml": "~2.3"
|
"symfony/yaml": "~2.3"
|
||||||
},
|
},
|
||||||
"conflict": {
|
|
||||||
"doctrine/orm": "<2.4"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/coding-standard": "dev-master",
|
"doctrine/coding-standard": "dev-master",
|
||||||
"doctrine/orm": "2.*",
|
"doctrine/orm": "2.*",
|
||||||
"phpunit/phpunit": "~4.0",
|
"johnkary/phpunit-speedtrap": "~1.0@dev",
|
||||||
|
"mockery/mockery": "^0.9.4",
|
||||||
|
"phpunit/phpunit": "~4.7",
|
||||||
"satooshi/php-coveralls": "0.6.*"
|
"satooshi/php-coveralls": "0.6.*"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"symfony/console": "to run the migration from the console"
|
"symfony/console": "to run the migration from the console"
|
||||||
},
|
},
|
||||||
|
"bin": [
|
||||||
|
"bin/doctrine-migrations"
|
||||||
|
],
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "1.0.x-dev"
|
"dev-master": "v1.1.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-4": {
|
||||||
"Doctrine\\DBAL\\Migrations": "lib"
|
"Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
@ -751,7 +753,7 @@
|
||||||
"database",
|
"database",
|
||||||
"migrations"
|
"migrations"
|
||||||
],
|
],
|
||||||
"time": "2015-05-26 15:30:26"
|
"time": "2015-09-29 11:13:06"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/orm",
|
"name": "doctrine/orm",
|
||||||
|
@ -2125,9 +2127,7 @@
|
||||||
],
|
],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": {
|
"stability-flags": [],
|
||||||
"doctrine/migrations": 20
|
|
||||||
},
|
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
|
|
Loading…
Reference in a new issue