Add a migration to clean up technical debt data

This commit is contained in:
Stephen Ball 2015-10-19 20:54:41 +00:00
parent 9f94096d88
commit ec99804ca4
2 changed files with 24 additions and 18 deletions

View file

@ -0,0 +1,6 @@
<?php
class FixTechnicalDebtData extends ConvertErrors
{
// Doesn't actually need to do anything, just run convert errors again
}

36
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", "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": "f6333ad0763856ed7556296617a7c190", "hash": "de65276e03e231d7072c744a3c63662e",
"content-hash": "6ad9542b5f5959b67d94baf77e2fc45a", "content-hash": "1d9f6f487e6d906bbed73e2667c276d6",
"packages": [ "packages": [
{ {
"name": "block8/b8framework", "name": "block8/b8framework",
@ -213,16 +213,16 @@
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
"version": "1.0.2", "version": "1.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/promises.git", "url": "https://github.com/guzzle/promises.git",
"reference": "97fe7210def29451ec74923b27e552238defd75a" "reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/97fe7210def29451ec74923b27e552238defd75a", "url": "https://api.github.com/repos/guzzle/promises/zipball/b1e1c0d55f8083c71eda2c28c12a228d708294ea",
"reference": "97fe7210def29451ec74923b27e552238defd75a", "reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -260,7 +260,7 @@
"keywords": [ "keywords": [
"promise" "promise"
], ],
"time": "2015-08-15 19:37:21" "time": "2015-10-15 22:28:00"
}, },
{ {
"name": "guzzlehttp/psr7", "name": "guzzlehttp/psr7",
@ -1340,16 +1340,16 @@
}, },
{ {
"name": "pdepend/pdepend", "name": "pdepend/pdepend",
"version": "2.2.1", "version": "2.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pdepend/pdepend.git", "url": "https://github.com/pdepend/pdepend.git",
"reference": "a77b6bede0afdd232155eb6f1de0b2826bcf2803" "reference": "d3ae0d084d526cdc6c3f1b858fb7148de77b41c5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pdepend/pdepend/zipball/a77b6bede0afdd232155eb6f1de0b2826bcf2803", "url": "https://api.github.com/repos/pdepend/pdepend/zipball/d3ae0d084d526cdc6c3f1b858fb7148de77b41c5",
"reference": "a77b6bede0afdd232155eb6f1de0b2826bcf2803", "reference": "d3ae0d084d526cdc6c3f1b858fb7148de77b41c5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1359,7 +1359,7 @@
"symfony/filesystem": "^2.3.0" "symfony/filesystem": "^2.3.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.0.0", "phpunit/phpunit": "^4.0.0,<4.8",
"squizlabs/php_codesniffer": "^2.0.0" "squizlabs/php_codesniffer": "^2.0.0"
}, },
"bin": [ "bin": [
@ -1376,7 +1376,7 @@
"BSD-3-Clause" "BSD-3-Clause"
], ],
"description": "Official version of pdepend to be handled with Composer", "description": "Official version of pdepend to be handled with Composer",
"time": "2015-09-24 14:17:05" "time": "2015-10-16 08:49:58"
}, },
{ {
"name": "phpdocumentor/reflection-docblock", "name": "phpdocumentor/reflection-docblock",
@ -1847,16 +1847,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "4.8.13", "version": "4.8.14",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "be067d6105286b74272facefc2697038f8807b77" "reference": "b4900675926860bef091644849305399b986efa2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/be067d6105286b74272facefc2697038f8807b77", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b4900675926860bef091644849305399b986efa2",
"reference": "be067d6105286b74272facefc2697038f8807b77", "reference": "b4900675926860bef091644849305399b986efa2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1915,7 +1915,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2015-10-14 13:49:40" "time": "2015-10-17 15:03:30"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",