Bump doctrine/migrations and use release versions

This commit is contained in:
Benoît Burnichon
2015-11-03 15:05:03 +01:00
parent 2a247b5e14
commit 4eaae969d4
2 changed files with 14 additions and 12 deletions

View File

@@ -52,7 +52,7 @@
"data-uri/data-uri": "~0.1.0",
"dflydev/doctrine-orm-service-provider": "~1.0",
"doctrine/dbal": "~2.4.0",
"doctrine/migrations": "1.0.x-dev@dev",
"doctrine/migrations": "^1.0.0",
"doctrine/orm": "~2.4.0",
"elasticsearch/elasticsearch": "~1.0",
"facebook/php-sdk": "~3.0",

24
composer.lock generated
View File

@@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "6b9d684c6bf7474ea317d0a0b0098622",
"content-hash": "807d04aa86d8645c4162d4e85e206892",
"hash": "5822255c3c31bae0ee7df919c1f031dd",
"content-hash": "b8dab330f8d50543a1ecb5c5c00e6f73",
"packages": [
{
"name": "alchemy-fr/tcpdf-clone",
@@ -1202,16 +1202,16 @@
},
{
"name": "doctrine/migrations",
"version": "dev-master",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/migrations.git",
"reference": "78954cce4962a4655ff47c0751eb78021fbaf2cc"
"reference": "d196ddc229f50c66c5a015c158adb78a2dfb4351"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/migrations/zipball/78954cce4962a4655ff47c0751eb78021fbaf2cc",
"reference": "78954cce4962a4655ff47c0751eb78021fbaf2cc",
"url": "https://api.github.com/repos/doctrine/migrations/zipball/d196ddc229f50c66c5a015c158adb78a2dfb4351",
"reference": "d196ddc229f50c66c5a015c158adb78a2dfb4351",
"shasum": ""
},
"require": {
@@ -1231,15 +1231,18 @@
"suggest": {
"symfony/console": "to run the migration from the console"
},
"bin": [
"bin/doctrine-migrations"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "v1.1.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\DBAL\\Migrations": "lib"
"psr-4": {
"Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -1262,7 +1265,7 @@
"database",
"migrations"
],
"time": "2015-07-05 21:24:36"
"time": "2015-09-29 11:13:06"
},
{
"name": "doctrine/orm",
@@ -6178,7 +6181,6 @@
"alchemy/symfony-cors": 20,
"alchemy/task-manager": 20,
"alchemy/zippy": 20,
"doctrine/migrations": 20,
"goodby/csv": 20,
"imagine/imagine": 20,
"jms/translation-bundle": 20,