Skip to content

Commit

Permalink
[BUG] symfony/lock required in non-dev
Browse files Browse the repository at this point in the history
otherwise audit:clean and audit:schema:update can’t be executed
  • Loading branch information
n3o77 committed Oct 16, 2019
1 parent 4228267 commit 0b3c038
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 @@ -16,7 +16,8 @@
"symfony/security-bundle": "^3.4 || ^4.0",
"pagerfanta/pagerfanta": "^2.1",
"white-october/pagerfanta-bundle": "^1.2",
"doctrine/annotations": "^1.8"
"doctrine/annotations": "^1.8",
"symfony/lock": "^3.4 || ^4.0"
},
"autoload": {
"psr-4": {
Expand All @@ -38,7 +39,6 @@
"phpstan/phpstan-doctrine": "^0.11.1",
"phpstan/phpstan-symfony": "^0.11.1",
"twig/extensions": "^1.5",
"symfony/lock": "^4.2",
"friendsofphp/php-cs-fixer": "^2.15"
},
"conflict": {
Expand Down

0 comments on commit 0b3c038

Please sign in to comment.