partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 44b497ce74a3aed59c8be708abcb9d87caf8a17a
parent a1facaf8b40307250189bca10f66ea7aa53ea74b
Author: Timo A. Hummel <felicitus@felicitus.org>
Date:   Tue, 16 Feb 2016 13:01:03 +0100

Updated doctrine migrations bundle + migrations due to newer versions

Diffstat:
Mcomposer.lock | 28+++++++++++++++-------------
1 file changed, 15 insertions(+), 13 deletions(-)

diff --git a/composer.lock b/composer.lock @@ -912,12 +912,12 @@ "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", - "reference": "86d2b1c9c195c12175551d02a475067977c0afcf" + "reference": "e251191cd3fa86545542ae7d3164d7f26746d590" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/e251191cd3fa86545542ae7d3164d7f26746d590", - "reference": "86d2b1c9c195c12175551d02a475067977c0afcf", + "reference": "e251191cd3fa86545542ae7d3164d7f26746d590", "shasum": "" }, "require": { @@ -962,7 +962,7 @@ "migrations", "schema" ], - "time": "2015-11-12 13:18:26" + "time": "2016-02-15 11:26:08" }, { "name": "doctrine/inflector", @@ -1145,19 +1145,20 @@ "source": { "type": "git", "url": "https://github.com/doctrine/migrations.git", - "reference": "d196ddc229f50c66c5a015c158adb78a2dfb4351" + "reference": "7ab492c6a65ebe7c0f4665bf96320bef4fb31b70" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/migrations/zipball/7ab492c6a65ebe7c0f4665bf96320bef4fb31b70", - "reference": "d196ddc229f50c66c5a015c158adb78a2dfb4351", + "reference": "7ab492c6a65ebe7c0f4665bf96320bef4fb31b70", "shasum": "" }, "require": { "doctrine/dbal": "~2.2", - "php": ">=5.4.0", - "symfony/console": "~2.3", - "symfony/yaml": "~2.3" + "ocramius/proxy-manager": "^1.0|^2.0", + "php": "^5.5|^7.0", + "symfony/console": "~2.3|~3.0", + "symfony/yaml": "~2.3|~3.0" }, "require-dev": { "doctrine/coding-standard": "dev-master", @@ -1167,16 +1168,13 @@ "phpunit/phpunit": "~4.7", "satooshi/php-coveralls": "0.6.*" }, - "suggest": { - "symfony/console": "to run the migration from the console" - }, "bin": [ "bin/doctrine-migrations" ], "type": "library", "extra": { "branch-alias": { - "dev-master": "v1.1.x-dev" + "dev-master": "v1.4.x-dev" } }, "autoload": { @@ -1196,6 +1194,10 @@ { "name": "Jonathan Wage", "email": "jonwage@gmail.com" + }, + { + "name": "Michael Simonson", + "email": "contact@mikesimonson.com" } ], "description": "Database Schema migrations using Doctrine DBAL", @@ -1204,7 +1206,7 @@ "database", "migrations" ], - "time": "2015-09-29 11:13:06" + "time": "2016-02-08 09:40:13" }, { "name": "doctrine/orm",