diff --git a/composer.json b/composer.json index 1d7cf25ee1..f0c1a6221e 100644 --- a/composer.json +++ b/composer.json @@ -103,7 +103,6 @@ "zendframework/zend-stdlib": "^3.1" }, "require-dev": { - "akeneo/phpspec-skip-example-extension": "^4.0", "behat/behat": "^3.2", "behat/mink": "^1.7@dev", "behat/mink-browserkit-driver": "^1.3", @@ -118,9 +117,8 @@ "matthiasnoback/symfony-config-test": "^4.0", "matthiasnoback/symfony-dependency-injection-test": "^3.0", "mikey179/vfsstream": "^1.6", - "pamil/phpspec-skip-example-extension": "^4.0", "pamil/prophecy-common": "^0.1", - "phpspec/phpspec": "^5.0", + "phpspec/phpspec": "^6.1", "phpstan/phpstan-doctrine": "0.12.3", "phpstan/phpstan": "0.12.3", "phpstan/phpstan-webmozart-assert": "0.12.0", diff --git a/phpspec.yml.dist b/phpspec.yml.dist index 93242b7e6f..68bd27afe6 100644 --- a/phpspec.yml.dist +++ b/phpspec.yml.dist @@ -42,6 +42,3 @@ suites: UserBundle: { namespace: Sylius\Bundle\UserBundle, psr4_prefix: Sylius\Bundle\UserBundle, spec_path: src/Sylius/Bundle/UserBundle, src_path: src/Sylius/Bundle/UserBundle } Behat: { namespace: Sylius\Behat, psr4_prefix: Sylius\Behat, spec_path: src/Sylius/Behat, src_path: src/Sylius/Behat } - -extensions: - Akeneo\SkipExampleExtension: ~