Skip to content

Commit 6ecd16d

Browse files
committed
updates composer
1 parent 12b63ae commit 6ecd16d

32 files changed

+580
-602
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@
7272
"scripts": {
7373
"post-install-cmd": "@clear_twig_cache",
7474
"post-autoload-dump": "@composer normalize",
75-
"test": "pest",
7675
"post-create-project-cmd": "@clear_twig_cache",
7776
"clear_twig_cache": [
7877
"make fix_permissions",
7978
"php -r \"array_map( 'unlink', array_filter((array) glob('temp/twigcache/**/*.php', GLOB_BRACE)));\"",
8079
"php -r \"array_map( 'rmdir', array_filter((array) glob('temp/twigcache/*', GLOB_BRACE)));\""
8180
],
82-
"phpstan": "phpstan analyse src "
81+
"phpstan": "phpstan analyse src ",
82+
"test": "pest"
8383
}
8484
}

0 commit comments

Comments
 (0)