Skip to content

Commit

Permalink
move symfony/lock to require and change docs (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
n3o77 authored and DamienHarper committed Oct 20, 2019
1 parent 956efb1 commit ba53186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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 @@ -39,7 +40,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
2 changes: 0 additions & 2 deletions doc/50-audits-cleanup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Audits cleanup

**Notice**: symfony/lock is required, to install it use `composer require symfony/lock`

DoctrineAuditBundle provides a convenient command that helps you cleaning audit tables.
Open a command console, enter your project directory and execute:

Expand Down

0 comments on commit ba53186

Please sign in to comment.