mirror of
https://github.com/symfony/recipes.git
synced 2026-09-19 02:56:23 +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
|
.. code-block:: json
|
||||||
|
|
||||||
{
|
{
|
||||||
"auto-scripts": {
|
"scripts": {
|
||||||
"vendor/bin/security-checker security:check": "php-script",
|
"auto-scripts": {
|
||||||
"make cache-warmup": "script",
|
"vendor/bin/security-checker security:check": "php-script",
|
||||||
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"
|
"make cache-warmup": "script",
|
||||||
|
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user