diff --git a/composer.json b/composer.json index e6bb6736..38eaf7c2 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,15 @@ "name": "sylius/ui-bundle", "type": "symfony-bundle", "description": "Generic UI bundle for Sylius eCommerce components.", - "keywords": ["shop", "ecommerce", "store", "webshop", "sylius", "ui", "user interface"], + "keywords": [ + "shop", + "ecommerce", + "store", + "webshop", + "sylius", + "ui", + "user interface" + ], "homepage": "https://sylius.com", "license": "MIT", "authors": [ @@ -21,8 +29,7 @@ ], "require": { "php": "^7.3", - - "doctrine/collections": "^1.3", + "doctrine/collections": "^1.6", "knplabs/knp-menu": "^3.1", "knplabs/knp-menu-bundle": "^3.0", "sonata-project/block-bundle": "^4.0", @@ -31,44 +38,46 @@ "symfony/security": "^4.4", "symfony/security-bundle": "^4.4", "symfony/templating": "^4.4", - "zendframework/zend-stdlib": "^3.1" + "zendframework/zend-stdlib": "^3.2" + }, + "conflict": { + "twig/twig": "^1.0" }, "require-dev": { - "matthiasnoback/symfony-config-test": "^4.0", - "matthiasnoback/symfony-dependency-injection-test": "^3.0", + "matthiasnoback/symfony-config-test": "^4.2", + "matthiasnoback/symfony-dependency-injection-test": "^4.1", "phpspec/phpspec": "^6.1", - "phpunit/phpunit": "^7.0", + "phpunit/phpunit": "^8.5", "symfony/dependency-injection": "^4.4", "symfony/form": "^4.4", - "twig/twig": "^2.0" - }, - "conflict": { - "twig/twig": "^1.0" + "twig/twig": "^2.12" }, "config": { "bin-dir": "bin" }, + "extra": { + "branch-alias": { + "dev-master": "1.6-dev" + } + }, "autoload": { - "psr-4": { "Sylius\\Bundle\\UiBundle\\": "" } + "psr-4": { + "Sylius\\Bundle\\UiBundle\\": "" + } }, - "minimum-stability": "dev", - "prefer-stable": true, "repositories": [ { "type": "path", "url": "../../*/*" } ], + "minimum-stability": "dev", + "prefer-stable": true, "scripts": { "test": [ "@composer validate --strict", "bin/phpunit --colors=always", "bin/phpspec run --ansi --no-interaction" ] - }, - "extra": { - "branch-alias": { - "dev-master": "1.6-dev" - } } } diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 144826b1..62175d79 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,7 +1,7 @@