From 4376afe43731a134948bb665112636849110539a Mon Sep 17 00:00:00 2001 From: Eric Poe Date: Mon, 11 Feb 2019 14:07:49 -0600 Subject: [PATCH 1/3] Remove dbunit This package is abandoned and is not used for testing the API --- composer.json | 1 - composer.lock | 58 +-------------------------------------------------- 2 files changed, 1 insertion(+), 58 deletions(-) diff --git a/composer.json b/composer.json index 6bf3a0b09..928c23249 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,6 @@ "require-dev": { "exussum12/coverage-checker": "^0.11.0", "jakub-onderka/php-parallel-lint": "^1.0", - "phpunit/dbunit": "^2.0", "phpunit/phpunit": "^5.7", "roave/security-advisories": "dev-master", "squizlabs/php_codesniffer": "^3.4", diff --git a/composer.lock b/composer.lock index b2d2ddb0c..2af292f33 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": "72b46e910726f546e2111e84b63ae4cf", + "content-hash": "9b4afb832c0b3cb751e3c58ee2ffce55", "packages": [ { "name": "guzzlehttp/guzzle", @@ -782,62 +782,6 @@ ], "time": "2018-08-05T17:53:17+00:00" }, - { - "name": "phpunit/dbunit", - "version": "2.0.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/dbunit.git", - "reference": "5c35d74549c21ba55d0ea74ba89d191a51f8cf25" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/5c35d74549c21ba55d0ea74ba89d191a51f8cf25", - "reference": "5c35d74549c21ba55d0ea74ba89d191a51f8cf25", - "shasum": "" - }, - "require": { - "ext-pdo": "*", - "ext-simplexml": "*", - "php": "^5.4 || ^7.0", - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0", - "symfony/yaml": "^2.1 || ^3.0" - }, - "bin": [ - "dbunit" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" - } - ], - "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.", - "homepage": "https://github.com/sebastianbergmann/dbunit/", - "keywords": [ - "database", - "testing", - "xunit" - ], - "abandoned": true, - "time": "2016-12-02T14:39:14+00:00" - }, { "name": "phpunit/php-code-coverage", "version": "4.0.8", From 270680d78d821a41ebe891befcad3b41c72478de Mon Sep 17 00:00:00 2001 From: Eric Poe Date: Mon, 11 Feb 2019 14:08:15 -0600 Subject: [PATCH 2/3] Sort composer dev requirements alphabetically --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 928c23249..7b7f5aeb6 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,8 @@ "jakub-onderka/php-parallel-lint": "^1.0", "phpunit/phpunit": "^5.7", "roave/security-advisories": "dev-master", - "squizlabs/php_codesniffer": "^3.4", - "sensiolabs/security-checker": "^5.0" + "sensiolabs/security-checker": "^5.0", + "squizlabs/php_codesniffer": "^3.4" }, "autoload" : { "psr-4" : { From 41e026b465f2cc9e140384a4d45cb68fcc9a8fdb Mon Sep 17 00:00:00 2001 From: Eric Poe Date: Mon, 11 Feb 2019 14:09:15 -0600 Subject: [PATCH 3/3] auto-include roave security in composer.lock Composer added this automatically. Yay! --- composer.lock | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.lock b/composer.lock index 2af292f33..979f48d96 100644 --- a/composer.lock +++ b/composer.lock @@ -1222,6 +1222,11 @@ { "name": "roave/security-advisories", "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/Roave/SecurityAdvisories.git", + "reference": "344bf4ed1263c75e7f96b87b80c52e8373561e19" + }, "conflict": { "3f/pygmentize": "<1.2", "adodb/adodb-php": "<5.20.12",