Upgrade to PHPSpec ^6.1

This commit is contained in:
Kamil Kokot 2019-12-18 12:50:02 +01:00
parent 41b504c25a
commit ce29d4f7e8
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89
2 changed files with 1 additions and 6 deletions

View file

@ -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",

View file

@ -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: ~