From 62ad4b9182e98316d7193521089fd81d3682237f Mon Sep 17 00:00:00 2001 From: Grzegorz Sadowski Date: Mon, 21 Sep 2020 15:31:21 +0200 Subject: [PATCH] [Composer] Update dependencies --- .travis.yml | 2 +- composer.json | 41 ++++++++++++++++++----------------------- phpspec.yml.dist | 2 +- 3 files changed, 20 insertions(+), 25 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6176434a..e089c764 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,7 +72,7 @@ script: - composer analyse - vendor/bin/phpunit tests/ - - vendor/bin/phpspec run + - phpdbg -qrr vendor/bin/phpspec run - vendor/bin/behat --strict -vvv --no-interaction || vendor/bin/behat --strict -vvv --no-interaction --rerun after_failure: diff --git a/composer.json b/composer.json index d9df9b92..97ec5e78 100644 --- a/composer.json +++ b/composer.json @@ -20,40 +20,35 @@ ], "require": { "php": "^7.3", - "knplabs/knp-snappy-bundle": "^1.5", + "knplabs/knp-snappy-bundle": "^1.7", "myclabs/php-enum": "^1.7", "sylius/resource-bundle": "^1.6", - "sylius/sylius": "~1.8.0", - "symfony/messenger": "^4.3" + "sylius/sylius": "^1.8", + "symfony/messenger": "^4.4" }, "require-dev": { - "behat/behat": "^3.4", - "behat/mink": "^1.7@dev", + "behat/behat": "^3.6", + "behat/mink": "^1.8", "behat/mink-browserkit-driver": "^1.3", - "behat/mink-extension": "^2.2", - "behat/mink-selenium2-driver": "^1.3", + "behat/mink-extension": "^2.3", + "behat/mink-selenium2-driver": "^1.4", "friends-of-behat/page-object-extension": "^0.3", "friends-of-behat/suite-settings-extension": "^1.0", - "friends-of-behat/symfony-extension": "^2.0", - "friends-of-behat/variadic-extension": "^1.1", + "friends-of-behat/symfony-extension": "^2.1", + "friends-of-behat/variadic-extension": "^1.3", + "friends-of-phpspec/phpspec-code-coverage": "^4.3", "lakion/mink-debug-extension": "^1.2.3", - "leanphp/phpspec-code-coverage": "^4.2", "phpspec/phpspec": "^6.0", "phpstan/phpstan": "0.12.29", "phpstan/phpstan-webmozart-assert": "0.12.6", - "phpunit/phpunit": "^6.5", - "sylius-labs/coding-standard": "^2.0", - "symfony/browser-kit": "^4.3", - "symfony/debug-bundle": "^4.3", - "symfony/dotenv": "^4.2", - "symfony/framework-bundle": "^4.3", - "symfony/intl": "^4.3", - "symfony/web-profiler-bundle": "^4.3", - "symfony/web-server-bundle": "^4.3" - }, - "conflict": { - "symfony/doctrine-bridge": "4.3.0", - "symfony/framework-bundle": "4.3.0" + "phpunit/phpunit": "^8.5", + "sylius-labs/coding-standard": "^3.2", + "symfony/browser-kit": "^4.4", + "symfony/debug-bundle": "^4.4", + "symfony/dotenv": "^4.4", + "symfony/intl": "^4.4", + "symfony/web-profiler-bundle": "^4.4", + "symfony/web-server-bundle": "^4.4" }, "autoload": { "psr-4": { diff --git a/phpspec.yml.dist b/phpspec.yml.dist index 84e37a49..0c7953e7 100644 --- a/phpspec.yml.dist +++ b/phpspec.yml.dist @@ -4,7 +4,7 @@ suites: psr4_prefix: Sylius\RefundPlugin extensions: - LeanPHP\PhpSpec\CodeCoverage\CodeCoverageExtension: + FriendsOfPhpSpec\PhpSpec\CodeCoverage\CodeCoverageExtension: blacklist: - src/Action #controllers should not be unit tests, as they only translates request to response (with some operations in the meantime) - src/DependencyInjection #configuration