mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Update README.rst
This commit is contained in:
+6
-4
@@ -222,10 +222,12 @@ script (``php-script`` for PHP scripts, ``script`` for any shell script and
|
||||
.. code-block:: json
|
||||
|
||||
{
|
||||
"auto-scripts": {
|
||||
"vendor/bin/security-checker security:check": "php-script",
|
||||
"make cache-warmup": "script",
|
||||
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"
|
||||
"scripts": {
|
||||
"auto-scripts": {
|
||||
"vendor/bin/security-checker security:check": "php-script",
|
||||
"make cache-warmup": "script",
|
||||
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user