mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Merge branch '1.3' into 1.4
* 1.3: Change branches in Sylius PR template to supported ones Fix recent Composer deprecations Update to PHPUnit ^7.0
This commit is contained in:
commit
42bdfb8b69
54 changed files with 72 additions and 72 deletions
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -1,6 +1,6 @@
|
|||
| Q | A
|
||||
| --------------- | -----
|
||||
| Branch? | 1.2, 1.3 or master <!-- see the comment below -->
|
||||
| Branch? | 1.3, 1.4 or master <!-- see the comment below -->
|
||||
| Bug fix? | no/yes
|
||||
| New feature? | no/yes
|
||||
| BC breaks? | no/yes
|
||||
|
|
|
|||
|
|
@ -104,16 +104,16 @@
|
|||
"hwi/oauth-bundle": "^0.6",
|
||||
"lchrusciel/api-test-case": "^3.1.0",
|
||||
"lakion/mink-debug-extension": "^1.2.3",
|
||||
"matthiasnoback/symfony-config-test": "^3.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^2.0",
|
||||
"mikey179/vfsStream": "^1.6",
|
||||
"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",
|
||||
"phpstan/phpstan-doctrine": "^0.10",
|
||||
"phpstan/phpstan-shim": "^0.10",
|
||||
"phpstan/phpstan-webmozart-assert": "^0.10",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"sensiolabs/security-checker": "^5.0",
|
||||
"stripe/stripe-php": "^4.1",
|
||||
"sylius-labs/coding-standard": "^3.0",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
bootstrap="config/bootstrap.php"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
"symfony/dependency-injection": "^3.4|^4.1.1",
|
||||
"symfony/form": "^3.4|^4.1.1",
|
||||
"symfony/validator": "^3.4|^4.1.1",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"symfony/browser-kit": "^3.4|^4.1.1",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"symfony/dependency-injection": "^3.4|^4.1.1",
|
||||
"twig/twig": "^2.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"symfony/dependency-injection": "^3.4|^4.1.1"
|
||||
},
|
||||
"conflict": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<testsuites>
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"symfony/dependency-injection": "^3.4|^4.1.1",
|
||||
"symfony/form": "^3.4|^4.1.1",
|
||||
"symfony/browser-kit": "^3.4|^4.1.1",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -27,9 +27,9 @@
|
|||
"symfony/framework-bundle": "^3.4|^4.1.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^2.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"twig/twig": "^2.0",
|
||||
"doctrine/orm": "^2.5",
|
||||
"symfony/dependency-injection": "^3.4|^4.1.1",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -56,10 +56,10 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"hwi/oauth-bundle": "^0.6",
|
||||
"matthiasnoback/symfony-config-test": "^3.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^2.0",
|
||||
"matthiasnoback/symfony-config-test": "^4.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"symfony/dependency-injection": "^3.4|^4.1.1"
|
||||
},
|
||||
"conflict": {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<!-- http://phpunit.de/manual/4.1/en/appendixes.configuration.html -->
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<testsuites>
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"twig/twig": "^2.0",
|
||||
"symfony/dependency-injection": "^3.4|^4.1.1",
|
||||
"symfony/form": "^3.4|^4.1.1",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"symfony/dependency-injection": "^3.4|^4.1.1",
|
||||
"symfony/form": "^3.4|^4.1.1",
|
||||
"symfony/browser-kit": "^3.4|^4.1.1",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -32,10 +32,10 @@
|
|||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"doctrine/doctrine-bundle": "^1.3",
|
||||
"matthiasnoback/symfony-config-test": "^3.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^2.0",
|
||||
"matthiasnoback/symfony-config-test": "^4.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"twig/twig": "^2.0",
|
||||
"symfony/browser-kit": "^3.4|^4.1.1",
|
||||
"symfony/dependency-injection": "^3.4|^4.1.1",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -33,12 +33,12 @@
|
|||
"doctrine/orm": "^2.5",
|
||||
"doctrine/phpcr-odm": "^1.3",
|
||||
"jackalope/jackalope-doctrine-dbal": "^1.2",
|
||||
"matthiasnoback/symfony-config-test": "^3.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^2.0",
|
||||
"matthiasnoback/symfony-config-test": "^4.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
|
||||
"ocramius/proxy-manager": "^2.1",
|
||||
"pagerfanta/pagerfanta": "^1.0|^2.0",
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^3.4|^4.1.1",
|
||||
"symfony/dependency-injection": "^3.4|^4.1.1",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"twig/twig": "^2.0",
|
||||
"symfony/browser-kit": "^3.4|^4.1.1",
|
||||
"symfony/dependency-injection": "^3.4|^4.1.1",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"twig/twig": "^2.0",
|
||||
"ocramius/proxy-manager": "^2.0",
|
||||
"symfony/browser-kit": "^3.4|^4.1.1",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^3.4|^4.1.1",
|
||||
"symfony/dependency-injection": "^3.4|^4.1.1",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"twig/twig": "^2.0",
|
||||
"sylius/currency-bundle": "^1.2",
|
||||
"symfony/form": "^3.4|^4.1.1",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -31,9 +31,9 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^2.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^3.4|^4.1.1",
|
||||
"symfony/dependency-injection": "^3.4|^4.1.1",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"doctrine/orm": "^2.5",
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"sylius/locale-bundle": "^1.2",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"symfony/browser-kit": "^3.4|^4.1.1",
|
||||
"symfony/dependency-injection": "^3.4|^4.1.1",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"symfony/form": "^3.4|^4.1.1",
|
||||
"symfony/validator": "^3.4|^4.1.1",
|
||||
"symfony/browser-kit": "^3.4|^4.1.1",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -31,9 +31,9 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^2.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"symfony/form": "^3.4|^4.1.1",
|
||||
"symfony/validator": "^3.4|^4.1.1",
|
||||
"symfony/browser-kit": "^3.4|^4.1.1",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -48,9 +48,9 @@
|
|||
"doctrine/phpcr-odm": "^1.4",
|
||||
"jackalope/jackalope-doctrine-dbal": "^1.2",
|
||||
"lakion/api-test-case": "^3.1.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^2.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"sylius/grid-bundle": "^1.2",
|
||||
"sylius/locale": "^1.2",
|
||||
"symfony/dependency-injection": "^3.4|^4.1.1",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"symfony/form": "^3.4|^4.1.1",
|
||||
"symfony/validator": "^3.4|^4.1.1",
|
||||
"symfony/browser-kit": "^3.4|^4.1.1",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"doctrine/orm": "^2.5",
|
||||
"symfony/form": "^3.4|^4.1.1",
|
||||
"symfony/validator": "^3.4|^4.1.1",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -35,10 +35,10 @@
|
|||
"symfony/security-bundle": "^3.4|^4.1.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"matthiasnoback/symfony-config-test": "^3.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^2.0",
|
||||
"matthiasnoback/symfony-config-test": "^4.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"symfony/dependency-injection": "^3.4|^4.1.1"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"symfony/form": "^3.4|^4.1.1",
|
||||
"symfony/browser-kit": "^3.4|^4.1.1",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"require-dev": {
|
||||
"doctrine/orm": "^2.5",
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"symfony/dependency-injection": "^3.4|^4.1.1"
|
||||
},
|
||||
"conflict": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -39,11 +39,11 @@
|
|||
"zendframework/zend-hydrator": "^2.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"matthiasnoback/symfony-config-test": "^3.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^2.0",
|
||||
"mikey179/vfsStream": "^1.6",
|
||||
"matthiasnoback/symfony-config-test": "^4.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
|
||||
"mikey179/vfsstream": "^1.6",
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"sylius/registry": "^1.1",
|
||||
"symfony/browser-kit": "^3.4|^4.1.1",
|
||||
"symfony/security-csrf": "^3.4|^4.1.1",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
"matthiasnoback/symfony-dependency-injection-test": "^2.0",
|
||||
"php-http/guzzle6-adapter": "^1.1",
|
||||
"phpspec/phpspec": "^5.0",
|
||||
"phpunit/phpunit": "^6.5",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"symfony/dependency-injection": "^3.4|^4.1.1",
|
||||
"symfony/security-bundle": "^3.4|^4.1.1",
|
||||
"symfony/swiftmailer-bundle": "^3.1"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
|
||||
colors="true"
|
||||
>
|
||||
<php>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue