Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit d21beb0c erstellt von Jan Wennrich's avatar Jan Wennrich
Dateien durchsuchen

chore: upgrade CaptainHook to version ^5.23.3

Übergeordneter 33f23ca3
No related branches found
No related tags found
2 Merge Requests!22Update 'next-3.x' with latest changes from 'main',!21Next 2.x
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
<phar name="phpunit" version="^10.5.20" installed="10.5.20" location="./tools/phpunit" copy="false"/> <phar name="phpunit" version="^10.5.20" installed="10.5.20" location="./tools/phpunit" copy="false"/>
<phar name="phpcs" version="^3.9.2" installed="3.9.2" location="./tools/phpcs" copy="false"/> <phar name="phpcs" version="^3.9.2" installed="3.9.2" location="./tools/phpcs" copy="false"/>
<phar name="phpcbf" version="^3.9.2" installed="3.9.2" location="./tools/phpcbf" copy="false"/> <phar name="phpcbf" version="^3.9.2" installed="3.9.2" location="./tools/phpcbf" copy="false"/>
<phar name="captainhook" version="^5.23.0" installed="5.23.0" location="./tools/captainhook" copy="false"/> <phar name="captainhook" version="^5.23.3" installed="5.23.3" location="./tools/captainhook" copy="false"/>
</phive> </phive>
{ {
"config": { "pre-commit": {
"bootstrap": "tests/captainhook-bootstrap.php" "enabled": true,
}, "actions": [
"pre-commit": { {
"enabled": true, "action": "\\CaptainHook\\App\\Hook\\PHP\\Action\\Linting"
"actions": [ },
{ {
"action": "\\CaptainHook\\App\\Hook\\PHP\\Action\\Linting" "action": "composer test"
}, }
{ ]
"action": "composer test" }
} }
] \ No newline at end of file
}
}
<?php
// This file is supposed to be empty, see https://github.com/captainhookphp/captainhook/issues/248
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren