Skip to content

Commit

Permalink
bug #302 Wrong dev package placement (Prometee)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.3 branch.

Discussion
----------

`sensiolabs/security-checker` is needed for `auto-scripts` so when you put it in production you will get errors because this package does not exists.

Bug #296

Commits
-------

62492f7 Wrong dev package placement
  • Loading branch information
lchrusciel authored Nov 30, 2018
2 parents 411e8e5 + 62492f7 commit 7900c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"require": {
"php": "^7.2",
"sylius/sylius": "~1.3.0",
"symfony/flex": "^1.1"
"symfony/flex": "^1.1",
"sensiolabs/security-checker": "^5.0"
},
"require-dev": {
"behat/behat": "^3.4",
Expand All @@ -38,7 +39,6 @@
"lakion/mink-debug-extension": "^1.2.3",
"phpspec/phpspec": "^5.0",
"phpunit/phpunit": "^6.5",
"sensiolabs/security-checker": "^5.0",
"stripe/stripe-php": "^4.1",
"sylius-labs/coding-standard": "^2.0",
"symfony/browser-kit": "^3.4|^4.1",
Expand Down

0 comments on commit 7900c5a

Please sign in to comment.