mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Upgrade to PHPSpec ^6.1
This commit is contained in:
parent
41b504c25a
commit
ce29d4f7e8
2 changed files with 1 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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: ~
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue