OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
ramsey
/
collection
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:33:04 AM
rwxr-xr-x
📄
.editorconfig
292 bytes
08/12/2024 10:33:03 AM
rw-r--r--
📁
.git
-
08/12/2024 10:36:07 AM
rwxr-xr-x
📄
.gitattributes
703 bytes
08/12/2024 10:33:03 AM
rw-r--r--
📁
.github
-
08/12/2024 10:34:28 AM
rwxr-xr-x
📄
.gitignore
73 bytes
08/12/2024 10:33:03 AM
rw-r--r--
📄
CHANGELOG.md
5.67 KB
08/12/2024 10:33:03 AM
rw-r--r--
📄
CODE_OF_CONDUCT.md
5.48 KB
08/12/2024 10:33:03 AM
rw-r--r--
📄
CONTRIBUTING.md
5.99 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
LICENSE
1.07 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
README.md
3.6 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
SECURITY.md
7.67 KB
08/12/2024 10:33:04 AM
rw-r--r--
📁
build
-
08/12/2024 10:34:28 AM
rwxr-xr-x
📄
captainhook.json
3.17 KB
08/12/2024 10:33:03 AM
rw-r--r--
📄
codecov.yml
475 bytes
08/12/2024 10:33:03 AM
rw-r--r--
📄
composer.json
4.34 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
conventional-commits.json
432 bytes
08/12/2024 10:33:04 AM
rw-r--r--
📁
docs
-
08/12/2024 10:33:32 AM
rwxr-xr-x
📄
phpcs.xml.dist
702 bytes
08/12/2024 10:33:04 AM
rw-r--r--
📄
phpstan.neon.dist
316 bytes
08/12/2024 10:33:04 AM
rw-r--r--
📄
phpunit.xml.dist
657 bytes
08/12/2024 10:33:04 AM
rw-r--r--
📄
psalm-baseline.xml
278 bytes
08/12/2024 10:33:04 AM
rw-r--r--
📄
psalm.xml
825 bytes
08/12/2024 10:33:04 AM
rw-r--r--
📁
src
-
08/12/2024 10:34:28 AM
rwxr-xr-x
📁
tests
-
08/12/2024 10:34:29 AM
rwxr-xr-x
Editing: captainhook.json
Close
{ "config": { "ansi-colors": true, "fail-on-first-error": false, "plugins": [], "verbosity": "normal" }, "commit-msg": { "enabled": true, "actions": [ { "action": "\\Ramsey\\CaptainHook\\ValidateConventionalCommit" } ] }, "pre-push": { "enabled": true, "actions": [ { "action": "composer test" } ] }, "pre-commit": { "enabled": true, "actions": [ { "action": "composer validate", "conditions": [ { "exec": "\\CaptainHook\\App\\Hook\\Condition\\FileStaged\\Any", "args": [["composer.json"]] } ] }, { "action": "composer normalize --dry-run", "conditions": [ { "exec": "\\CaptainHook\\App\\Hook\\Condition\\FileStaged\\Any", "args": [["composer.json"]] } ] }, { "action": "composer dev:lint:syntax -- {$STAGED_FILES|of-type:php}", "conditions": [ { "exec": "\\CaptainHook\\App\\Hook\\Condition\\FileStaged\\OfType", "args": ["php"] } ] }, { "action": "composer dev:lint:style -- {$STAGED_FILES|of-type:php}", "conditions": [ { "exec": "\\CaptainHook\\App\\Hook\\Condition\\FileStaged\\OfType", "args": ["php"] } ] } ] }, "prepare-commit-msg": { "enabled": true, "actions": [ { "action": "\\Ramsey\\CaptainHook\\PrepareConventionalCommit" } ] }, "post-commit": { "enabled": false, "actions": [] }, "post-merge": { "enabled": true, "actions": [ { "action": "composer install --ansi", "conditions": [ { "exec": "\\CaptainHook\\App\\Hook\\Condition\\FileChanged\\Any", "args": [["composer.json", "composer.lock"]] } ] } ] }, "post-checkout": { "enabled": true, "actions": [ { "action": "composer install --ansi", "conditions": [ { "exec": "\\CaptainHook\\App\\Hook\\Condition\\FileChanged\\Any", "args": [["composer.json", "composer.lock"]] } ] } ] }, "post-rewrite": { "enabled": false, "actions": [] }, "post-change": { "enabled": false, "actions": [] } }