Skip to content

Commit

Permalink
Normalize composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bezin committed Mar 19, 2024
1 parent c4346ec commit 40a6d66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand All @@ -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(),
Expand Down

0 comments on commit 40a6d66

Please sign in to comment.