From 59bea0fde7d8eb1310ec4ce1d2b913683d5713aa Mon Sep 17 00:00:00 2001 From: "Jonathan H. Wage" Date: Wed, 9 Jan 2019 18:39:47 +0000 Subject: [PATCH] Update doctrine/migrations dependency to 2.0 now that stable is released. --- composer.json | 2 +- composer.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 3b6f615..b3c891b 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "php": "^7.1", "symfony/framework-bundle": "~3.4|~4.0", "doctrine/doctrine-bundle": "~1.0", - "doctrine/migrations": "^2.0@beta" + "doctrine/migrations": "^2.0" }, "require-dev": { "phpunit/phpunit": "^5.7|^6.4|^7.0", diff --git a/composer.lock b/composer.lock index c42a75d..163b020 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "40b15642b1f4fbd639a9d4d1f9c371f6", + "content-hash": "5624a5acc9a356ba1a5cede9a3aef594", "packages": [ { "name": "doctrine/annotations", @@ -747,16 +747,16 @@ }, { "name": "doctrine/migrations", - "version": "v2.0.0-beta1", + "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/migrations.git", - "reference": "196766a29f42f1220cc985a695abf9afae94b608" + "reference": "0101f5bd7f4e5043bf8630db2930f8fd7da552b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/migrations/zipball/196766a29f42f1220cc985a695abf9afae94b608", - "reference": "196766a29f42f1220cc985a695abf9afae94b608", + "url": "https://api.github.com/repos/doctrine/migrations/zipball/0101f5bd7f4e5043bf8630db2930f8fd7da552b6", + "reference": "0101f5bd7f4e5043bf8630db2930f8fd7da552b6", "shasum": "" }, "require": { @@ -768,7 +768,7 @@ "symfony/stopwatch": "^3.4||^4.0" }, "require-dev": { - "doctrine/coding-standard": "^4.0", + "doctrine/coding-standard": "^5.0", "doctrine/orm": "^2.6", "ext-pdo_sqlite": "*", "jdorn/sql-formatter": "^1.1", @@ -817,13 +817,15 @@ "email": "contact@mikesimonson.com" } ], - "description": "Database Schema migrations using Doctrine DBAL", + "description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.", "homepage": "https://www.doctrine-project.org/projects/migrations.html", "keywords": [ "database", - "migrations" + "dbal", + "migrations", + "php" ], - "time": "2018-06-26T19:42:41+00:00" + "time": "2019-01-03T18:59:09+00:00" }, { "name": "doctrine/persistence", @@ -4918,9 +4920,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "doctrine/migrations": 10 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": {