From 577dffc65f720705c29fac5ad1592578655163a0 Mon Sep 17 00:00:00 2001 From: Joseph Edmonds Date: Fri, 6 Jul 2018 13:50:45 +0000 Subject: [PATCH] as 1.1.0 but with reverted dependencies to 1.0.0 --- composer.json | 10 +- composer.lock | 256 +++++++++++++------------------------------------- 2 files changed, 72 insertions(+), 194 deletions(-) diff --git a/composer.json b/composer.json index 00f3d3d..09e644b 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "edmondscommerce/phpqa", "license": "MIT", "type": "project", - "description": "PHP QA Pipeline optimised for usage in local development and also in CI. Written in BASH", + "description": "Simple PHP QA pipeline and scripts. Largely just a collection of dependencies with configuration and scripts to run them together", "autoload": { "psr-4": { "EdmondsCommerce\\PHPQA\\": [ @@ -18,17 +18,17 @@ } }, "require": { - "php": "~7.1", + "php": "~7", "phpunit/phpunit": "~6 || ~7", "jakub-onderka/php-console-highlighter": "^0.3.2", "jakub-onderka/php-parallel-lint": "~1", "phploc/phploc": "^4.0", "phpmd/phpmd": "^2.6", - "phpstan/phpstan-shim": "dev-master@dev", + "phpstan/phpstan-shim": "@stable", "squizlabs/php_codesniffer": "~3", "sllh/composer-versions-check": "^2.0", - "phpstan/phpstan-strict-rules": "~0", - "infection/infection": "~0", + "phpstan/phpstan-strict-rules": "^0.9.0", + "infection/infection": "^0.8", "funkyproject/reflection-file": "^0.1.0", "phpunit/php-invoker": "^2.0" }, diff --git a/composer.lock b/composer.lock index 337f18a..013a335 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": "2b6357f9fd96c3eb23028ddb96e9503d", + "content-hash": "9b13cb39cebb058e311388d89150886d", "packages": [ { "name": "composer/ca-bundle", @@ -62,50 +62,6 @@ ], "time": "2018-03-29T19:57:20+00:00" }, - { - "name": "composer/xdebug-handler", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/composer/xdebug-handler.git", - "reference": "c919dc6c62e221fc6406f861ea13433c0aa24f08" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/c919dc6c62e221fc6406f861ea13433c0aa24f08", - "reference": "c919dc6c62e221fc6406f861ea13433c0aa24f08", - "shasum": "" - }, - "require": { - "php": "^5.3.2 || ^7.0", - "psr/log": "^1.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" - }, - "type": "library", - "autoload": { - "psr-4": { - "Composer\\XdebugHandler\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "John Stevenson", - "email": "john-stevenson@blueyonder.co.uk" - } - ], - "description": "Restarts a process without xdebug.", - "keywords": [ - "Xdebug", - "performance" - ], - "time": "2018-04-11T15:42:36+00:00" - }, { "name": "doctrine/instantiator", "version": "1.1.0", @@ -189,22 +145,20 @@ }, { "name": "infection/infection", - "version": "0.9.0", + "version": "0.8.2", "source": { "type": "git", "url": "https://github.com/infection/infection.git", - "reference": "a70f44d87d0870a7022f2c25c9d14f09100704bf" + "reference": "4a4fdb4fc39987dfda247213b5d6a687abf3304c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/infection/zipball/a70f44d87d0870a7022f2c25c9d14f09100704bf", - "reference": "a70f44d87d0870a7022f2c25c9d14f09100704bf", + "url": "https://api.github.com/repos/infection/infection/zipball/4a4fdb4fc39987dfda247213b5d6a687abf3304c", + "reference": "4a4fdb4fc39987dfda247213b5d6a687abf3304c", "shasum": "" }, "require": { - "composer/xdebug-handler": "^1.1", - "nikic/php-parser": "^4.0", - "ocramius/package-versions": "^1.2", + "nikic/php-parser": "^3.0", "padraic/phar-updater": "^1.0.4", "php": "^7.0", "pimple/pimple": "^3.2", @@ -219,8 +173,8 @@ "symfony/process": "3.4.2" }, "require-dev": { - "mockery/mockery": "^1.1", - "phpunit/phpunit": "^6" + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^6.1" }, "bin": [ "bin/infection" @@ -240,24 +194,6 @@ "name": "Maks Rafalko", "email": "maks.rafalko@gmail.com", "homepage": "https://twitter.com/maks_rafalko" - }, - { - "name": "Gert de Pagter", - "homepage": "https://github.com/BackEndTea" - }, - { - "name": "Théo FIDRY", - "email": "theo.fidry@gmail.com", - "homepage": "https://twitter.com/tfidry" - }, - { - "name": "Oleg Zhulnev", - "homepage": "https://github.com/sidz" - }, - { - "name": "Alexey Kopytko", - "email": "alexey@kopytko.com", - "homepage": "https://www.alexeykopytko.com" } ], "description": "Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.", @@ -269,7 +205,7 @@ "testing", "unit testing" ], - "time": "2018-07-02T16:56:20+00:00" + "time": "2018-05-01T19:46:52+00:00" }, { "name": "jakub-onderka/php-console-color", @@ -455,53 +391,55 @@ "time": "2018-06-11T23:09:50+00:00" }, { - "name": "ocramius/package-versions", - "version": "1.3.0", + "name": "nikic/php-parser", + "version": "v3.1.5", "source": { "type": "git", - "url": "https://github.com/Ocramius/PackageVersions.git", - "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f" + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/4489d5002c49d55576fa0ba786f42dbb009be46f", - "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce", + "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce", "shasum": "" }, "require": { - "composer-plugin-api": "^1.0.0", - "php": "^7.1.0" + "ext-tokenizer": "*", + "php": ">=5.5" }, "require-dev": { - "composer/composer": "^1.6.3", - "ext-zip": "*", - "infection/infection": "^0.7.1", - "phpunit/phpunit": "^7.0.0" + "phpunit/phpunit": "~4.0|~5.0" }, - "type": "composer-plugin", + "bin": [ + "bin/php-parse" + ], + "type": "library", "extra": { - "class": "PackageVersions\\Installer", "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.0-dev" } }, "autoload": { "psr-4": { - "PackageVersions\\": "src/PackageVersions" + "PhpParser\\": "lib/PhpParser" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com" + "name": "Nikita Popov" } ], - "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", - "time": "2018-02-05T13:05:30+00:00" + "description": "A PHP parser written in PHP", + "keywords": [ + "parser", + "php" + ], + "time": "2018-02-28T20:30:58+00:00" }, { "name": "padraic/humbug_get_contents", @@ -1098,23 +1036,22 @@ }, { "name": "phpstan/phpstan-shim", - "version": "dev-master", + "version": "0.9.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-shim.git", - "reference": "5edb6772e6e4983f6f688b25991dc41309a5aa0d" + "reference": "e4720fb2916be05de02869780072253e7e0e8a75" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-shim/zipball/5edb6772e6e4983f6f688b25991dc41309a5aa0d", - "reference": "5edb6772e6e4983f6f688b25991dc41309a5aa0d", + "url": "https://api.github.com/repos/phpstan/phpstan-shim/zipball/e4720fb2916be05de02869780072253e7e0e8a75", + "reference": "e4720fb2916be05de02869780072253e7e0e8a75", "shasum": "" }, "require": { - "php": "~7.1" + "php": "~7.0" }, "replace": { - "nikic/php-parser": "^4.0.2", "phpstan/phpstan": "self.version" }, "bin": [ @@ -1124,53 +1061,46 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "0.10-dev" + "dev-master": "0.9-dev" } }, - "autoload": { - "files": [ - "bootstrap.php" - ] - }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "PHPStan Phar distribution", - "time": "2018-07-03T11:10:00+00:00" + "time": "2018-01-28T14:29:27+00:00" }, { "name": "phpstan/phpstan-strict-rules", - "version": "0.10", + "version": "0.9", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-strict-rules.git", - "reference": "bffdf03fc70602833936dccf6c2eb3be58ed78d6" + "reference": "15be9090622c6b85c079922308f831018d8d9e23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/bffdf03fc70602833936dccf6c2eb3be58ed78d6", - "reference": "bffdf03fc70602833936dccf6c2eb3be58ed78d6", + "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/15be9090622c6b85c079922308f831018d8d9e23", + "reference": "15be9090622c6b85c079922308f831018d8d9e23", "shasum": "" }, "require": { - "nikic/php-parser": "^4.0", - "php": "~7.1", - "phpstan/phpstan": "^0.10" + "php": "~7.0", + "phpstan/phpstan": "^0.9" }, "require-dev": { - "consistence/coding-standard": "^3.0.1", - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", - "jakub-onderka/php-parallel-lint": "^1.0", + "consistence/coding-standard": "^2.0.0", + "jakub-onderka/php-parallel-lint": "^0.9.2", "phing/phing": "^2.16.0", - "phpstan/phpstan-phpunit": "^0.10", - "phpunit/phpunit": "^7.0", - "slevomat/coding-standard": "^4.5.2" + "phpstan/phpstan-phpunit": "^0.9", + "phpunit/phpunit": "^6.4", + "slevomat/coding-standard": "^3.3.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.10-dev" + "dev-master": "0.9-dev" } }, "autoload": { @@ -1183,7 +1113,7 @@ "MIT" ], "description": "Extra strict and opinionated rules for PHPStan", - "time": "2018-06-22T18:09:47+00:00" + "time": "2017-11-26T20:12:30+00:00" }, { "name": "phpunit/php-code-coverage", @@ -1667,53 +1597,6 @@ ], "time": "2017-02-14T16:28:37+00:00" }, - { - "name": "psr/log", - "version": "1.0.2", - "source": { - "type": "git", - "url": "https://github.com/php-fig/log.git", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Log\\": "Psr/Log/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common interface for logging libraries", - "homepage": "https://github.com/php-fig/log", - "keywords": [ - "log", - "psr", - "psr-3" - ], - "time": "2016-10-10T12:19:37+00:00" - }, { "name": "sebastian/code-unit-reverse-lookup", "version": "1.0.1", @@ -3078,40 +2961,35 @@ "packages-dev": [ { "name": "phpstan/phpstan-phpunit", - "version": "0.10", + "version": "0.9.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "6feecc7faae187daa6be44140cd0f1ba210e6aa0" + "reference": "852411f841a37aeca2fa5af0002b0272c485c9bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/6feecc7faae187daa6be44140cd0f1ba210e6aa0", - "reference": "6feecc7faae187daa6be44140cd0f1ba210e6aa0", + "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/852411f841a37aeca2fa5af0002b0272c485c9bf", + "reference": "852411f841a37aeca2fa5af0002b0272c485c9bf", "shasum": "" }, "require": { - "nikic/php-parser": "^4.0", - "php": "~7.1", - "phpstan/phpstan": "^0.10" - }, - "conflict": { - "phpunit/phpunit": "<7.0" + "php": "~7.0", + "phpstan/phpstan": "^0.9.1", + "phpunit/phpunit": "^6.3 || ~7.0" }, "require-dev": { - "consistence/coding-standard": "^3.0.1", - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", - "jakub-onderka/php-parallel-lint": "^1.0", + "consistence/coding-standard": "^2.0", + "jakub-onderka/php-parallel-lint": "^0.9.2", "phing/phing": "^2.16.0", - "phpstan/phpstan-strict-rules": "^0.10", - "phpunit/phpunit": "^7.0", + "phpstan/phpstan-strict-rules": "^0.9", "satooshi/php-coveralls": "^1.0", - "slevomat/coding-standard": "^4.5.2" + "slevomat/coding-standard": "^3.3.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.10-dev" + "dev-master": "0.9-dev" } }, "autoload": { @@ -3124,18 +3002,18 @@ "MIT" ], "description": "PHPUnit extensions and rules for PHPStan", - "time": "2018-06-22T18:12:17+00:00" + "time": "2018-02-02T09:45:47+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": { - "phpstan/phpstan-shim": 20 + "phpstan/phpstan-shim": 0 }, "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~7.1" + "php": "~7" }, "platform-dev": [] }