Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Oct 30, 2021
1 parent e1715dd commit fdddf16
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,43 @@
"description": "This plugins allows you to manage menus.",
"license": "MIT",
"require": {
"php": "~7.4",
"sylius/sylius": "~1.8.0 || ~1.9.0"
"php": "~7.4|~8.0",
"sylius/sylius": "~1.8.0|~1.9.0|~1.10.0"
},
"require-dev": {
"behat/behat": "^3.7",
"behat/behat": "^3.6.1",
"behat/mink-selenium2-driver": "^1.4",
"dmore/behat-chrome-extension": "^1.3",
"dmore/chrome-mink-driver": "^2.7",
"doctrine/data-fixtures": "^1.4",
"ergebnis/composer-normalize": "^2.5",
"friends-of-behat/mink": "^1.8",
"friends-of-behat/mink-browserkit-driver": "^1.4",
"friends-of-behat/mink-debug-extension": "^2.0",
"friends-of-behat/mink-extension": "^2.4",
"friends-of-behat/page-object-extension": "^0.3",
"friends-of-behat/suite-settings-extension": "^1.0",
"friends-of-behat/symfony-extension": "^2.1",
"friends-of-behat/variadic-extension": "^1.3",
"hwi/oauth-bundle": "^1.1",
"lchrusciel/api-test-case": "^5.0",
"phpspec/phpspec": "^7.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "0.12.93",
"phpstan/phpstan-doctrine": "0.12.41",
"phpstan/phpstan-webmozart-assert": "0.12.15",
"matthiasnoback/symfony-config-test": "^4.2",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"mikey179/vfsstream": "^1.6",
"mockery/mockery": "^1.4",
"pamil/prophecy-common": "^0.1",
"phpspec/phpspec": "^6.1",
"phpstan/phpstan": "^0.12.57",
"phpstan/phpstan-doctrine": "^0.12.19",
"phpstan/phpstan-webmozart-assert": "^0.12.7",
"phpunit/phpunit": "^8.5",
"stripe/stripe-php": "^6.43",
"sylius-labs/coding-standard": "^3.2",
"symfony/browser-kit": "^4.4 || ^5.2",
"symfony/debug-bundle": "^4.4 || ^5.2",
"symfony/intl": "^4.4 || ^5.2",
"symfony/web-profiler-bundle": "^4.4 || ^5.2",
"symplify/easy-coding-standard": "^8.3",
"phpmd/phpmd": "@stable",
"friendsofsymfony/oauth-server-bundle": ">2.0.0-alpha.0 ^2.0@dev",
"symfony/dotenv": "^4.4 || ^5.2",
"symfony/flex": "^1.11"
"psalm/plugin-mockery": "^0.3",
"psr/event-dispatcher": "^1.0",
"sylius-labs/coding-standard": "^3.1",
"symfony/browser-kit": "^4.4",
"symfony/debug-bundle": "^4.4",
"symfony/dotenv": "^4.4",
"symfony/flex": "^1.7",
"symfony/web-profiler-bundle": "^4.4",
"phpmd/phpmd": "@stable"
},
"conflict": {
"doctrine/dbal": "^3"
Expand All @@ -49,26 +52,23 @@
"MonsieurBiz\\SyliusMenuPlugin\\": "src/"
}
},
"autoload-dev": {
"classmap": ["tests/Application/src/Kernel.php"],
"psr-4": {
"MonsieurBiz\\SyliusMenuPlugin\\Tests\\App\\": "tests/Application/src/",
"Tests\\MonsieurBiz\\SyliusMenuPlugin\\": "tests/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"config-dir": "./tests/Application/config/"
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"phpcs": "php-cs-fixer fix --using-cache=false",
"phpstan": "phpstan analyse -c phpstan.neon src/",
"phpmd": "phpmd --exclude Migrations/* src/ ansi phpmd.xml"
"phpmd": "phpmd --exclude Migrations/* src/ ansi phpmd.xml",
"phpunit": "phpunit",
"phpspec": "phpspec run"
},
"extra": {
"symfony": {
"require": "^4.4"
},
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}

0 comments on commit fdddf16

Please sign in to comment.