Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Make plugin possible to be installed with SymfonyFlex
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed Sep 25, 2018
1 parent 3030725 commit 824b874
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "sylius/customer-reorder-plugin",
"type": "sylius-plugin",
"type": "symfony-bundle",
"keywords": ["sylius", "sylius-plugin", "symfony", "e-commerce", "customer reorder"],
"description": "Sylius plugin that enables order reordering for a customer",
"license": "MIT",
"authors": [
Expand All @@ -12,8 +13,7 @@
"require": {
"php": "^7.2",

"sylius/sylius": "~1.3.0",
"symfony/symfony": "^3.4|^4.1"
"sylius/sylius": "~1.3.0"
},
"require-dev": {
"behat/behat": "^3.4",
Expand All @@ -30,7 +30,13 @@
"phpspec/phpspec": "^4.0",
"phpstan/phpstan-shim": "^0.9.2",
"phpunit/phpunit": "^6.5",
"sylius-labs/coding-standard": "^2.0"
"sylius-labs/coding-standard": "^2.0",
"symfony/browser-kit": "^3.4|^4.1",
"symfony/debug-bundle": "^3.4|^4.1",
"symfony/dotenv": "^3.4|^4.1",
"symfony/intl": "^3.4|^4.1",
"symfony/web-profiler-bundle": "^3.4|^4.1",
"symfony/web-server-bundle": "^3.4|^4.1"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 824b874

Please sign in to comment.