Revamp migrations.

This commit is contained in:
James Cole
2014-12-18 19:01:00 +01:00
parent d49dc599a2
commit eed6107ce7
4 changed files with 485 additions and 218 deletions

66
composer.lock generated
View File

@@ -3029,21 +3029,22 @@
},
{
"name": "maximebf/debugbar",
"version": "1.10.1",
"version": "v1.10.2",
"source": {
"type": "git",
"url": "https://github.com/maximebf/php-debugbar.git",
"reference": "f100f27124e8e042074d6264e33c75c6ea2677e6"
"reference": "4971283c1fa8da051e97d1fa62e053d49259f7ef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/f100f27124e8e042074d6264e33c75c6ea2677e6",
"reference": "f100f27124e8e042074d6264e33c75c6ea2677e6",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/4971283c1fa8da051e97d1fa62e053d49259f7ef",
"reference": "4971283c1fa8da051e97d1fa62e053d49259f7ef",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"psr/log": "~1.0"
"psr/log": "~1.0",
"symfony/var-dumper": "~2.6"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
@@ -3080,7 +3081,7 @@
"keywords": [
"debug"
],
"time": "2014-11-23 12:05:01"
"time": "2014-12-17 08:39:39"
},
{
"name": "mockery/mockery",
@@ -4295,6 +4296,59 @@
"homepage": "http://symfony.com",
"time": "2014-12-02 20:19:20"
},
{
"name": "symfony/var-dumper",
"version": "v2.6.1",
"target-dir": "Symfony/Component/VarDumper",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "8f3ee04faeca3b8418229b2efbfc8b2b8625b8aa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/8f3ee04faeca3b8418229b2efbfc8b2b8625b8aa",
"reference": "8f3ee04faeca3b8418229b2efbfc8b2b8625b8aa",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-symfony_debug": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.6-dev"
}
},
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-0": {
"Symfony\\Component\\VarDumper\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
}
],
"description": "Symfony mechanism for exploring and dumping PHP variables",
"homepage": "http://symfony.com",
"keywords": [
"debug",
"dump"
],
"time": "2014-11-18 10:08:24"
},
{
"name": "symfony/yaml",
"version": "v2.6.1",