Skip to content

Commit

Permalink
updates composer
Browse files Browse the repository at this point in the history
  • Loading branch information
ffflabs committed Mar 16, 2021
1 parent 12b63ae commit 6ecd16d
Show file tree
Hide file tree
Showing 32 changed files with 580 additions and 602 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@
"scripts": {
"post-install-cmd": "@clear_twig_cache",
"post-autoload-dump": "@composer normalize",
"test": "pest",
"post-create-project-cmd": "@clear_twig_cache",
"clear_twig_cache": [
"make fix_permissions",
"php -r \"array_map( 'unlink', array_filter((array) glob('temp/twigcache/**/*.php', GLOB_BRACE)));\"",
"php -r \"array_map( 'rmdir', array_filter((array) glob('temp/twigcache/*', GLOB_BRACE)));\""
],
"phpstan": "phpstan analyse src "
"phpstan": "phpstan analyse src ",
"test": "pest"
}
}
Loading

0 comments on commit 6ecd16d

Please sign in to comment.