diff --git a/composer.json b/composer.json index dedd841..34b9508 100644 --- a/composer.json +++ b/composer.json @@ -34,10 +34,10 @@ "@psalm", "@phpmd" ], - "csfix": "@php tools/phpcs/vendor/bin/php-cs-fixer fix", "composer-validate": "composer validate --strict --no-check-version --no-check-all", - "psalm": "@php tools/psalm/vendor/bin/psalm", + "csfix": "@php tools/phpcs/vendor/bin/php-cs-fixer fix", "phpmd": "@php tools/phpmd/vendor/bin/phpmd . ansi phpmd.xml --exclude tools/*,tests/*,vendor/", + "psalm": "@php tools/psalm/vendor/bin/psalm", "tests": "@php tools/phpunit/vendor/bin/phpunit --bootstrap=tests/bootstrap.php", "tests:coverage": "XDEBUG_MODE=coverage tools/phpunit/vendor/bin/phpunit --bootstrap=tests/bootstrap.php --coverage-html=tests/coverage", "tools": "@php tools/tools.php" diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index d2d596f..56545f6 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => 'presprog/kirby-auto-file-templates', 'pretty_version' => 'dev-main', 'version' => 'dev-main', - 'reference' => '1b60800f5eddbeda23433d7fff53a75a7774d749', + 'reference' => 'c4346ec1e1f1640d2ca8f89416d5e97b149bbf94', 'type' => 'kirby-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -22,7 +22,7 @@ 'presprog/kirby-auto-file-templates' => array( 'pretty_version' => 'dev-main', 'version' => 'dev-main', - 'reference' => '1b60800f5eddbeda23433d7fff53a75a7774d749', + 'reference' => 'c4346ec1e1f1640d2ca8f89416d5e97b149bbf94', 'type' => 'kirby-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(),