Skip to content

Commit

Permalink
I think I've found it
Browse files Browse the repository at this point in the history
  • Loading branch information
djmarland committed Aug 7, 2022
1 parent fdc3d59 commit 00125a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 31 deletions.
10 changes: 10 additions & 0 deletions app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,16 @@
"symfony/polyfill-php56": "*"
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
],
"test": "phpunit",
"loc": "phploc src tests bin",
"cbf": "phpcbf src tests bin",
Expand Down
31 changes: 0 additions & 31 deletions app/config/packages/prod/doctrine.yaml

This file was deleted.

0 comments on commit 00125a8

Please sign in to comment.