OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
ramsey
/
uuid
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:04 AM
rw-r--r--
📁
.git
-
08/12/2024 10:36:09 AM
rwxr-xr-x
📄
.gitattributes
1.09 KB
08/12/2024 10:33:04 AM
rw-r--r--
📁
.github
-
08/12/2024 10:34:32 AM
rwxr-xr-x
📄
.gitignore
62 bytes
08/12/2024 10:33:04 AM
rw-r--r--
📄
.readthedocs.yml
196 bytes
08/12/2024 10:33:04 AM
rw-r--r--
📄
CHANGELOG.md
51.61 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
CODE_OF_CONDUCT.md
3.16 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
CONTRIBUTING.md
5.57 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
4.08 KB
08/12/2024 10:33:05 AM
rw-r--r--
📄
SECURITY.md
7.88 KB
08/12/2024 10:33:05 AM
rw-r--r--
📁
build
-
08/12/2024 10:34:32 AM
rwxr-xr-x
📄
captainhook.json
2.93 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
codecov.yml
573 bytes
08/12/2024 10:33:04 AM
rw-r--r--
📄
composer.json
3.73 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
composer.lock
267.85 KB
08/12/2024 10:33:04 AM
rw-r--r--
📁
docs
-
08/12/2024 10:34:34 AM
rwxr-xr-x
📄
phpbench.json
230 bytes
08/12/2024 10:33:04 AM
rw-r--r--
📄
phpcs.xml.dist
20.01 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
phpstan-tests.neon
1.2 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
phpstan.neon.dist
1018 bytes
08/12/2024 10:33:05 AM
rw-r--r--
📄
phpunit.xml.dist
775 bytes
08/12/2024 10:33:05 AM
rw-r--r--
📄
psalm-baseline.xml
5.46 KB
08/12/2024 10:33:05 AM
rw-r--r--
📄
psalm.xml
707 bytes
08/12/2024 10:33:05 AM
rw-r--r--
📁
resources
-
08/12/2024 10:34:34 AM
rwxr-xr-x
📁
src
-
08/12/2024 10:34:36 AM
rwxr-xr-x
📁
tests
-
08/12/2024 10:36:11 AM
rwxr-xr-x
Editing: captainhook.json
Close
{ "config": { "ansi-colors": true, "fail-on-first-error": false, "plugins": [], "verbosity": "normal" }, "commit-msg": { "enabled": false, "actions": [] }, "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 lint:paths -- {$STAGED_FILES|of-type:php}", "conditions": [ { "exec": "\\CaptainHook\\App\\Hook\\Condition\\FileStaged\\OfType", "args": ["php"] } ] }, { "action": "composer phpcs -- {$STAGED_FILES|of-type:php}", "conditions": [ { "exec": "\\CaptainHook\\App\\Hook\\Condition\\FileStaged\\OfType", "args": ["php"] } ] } ] }, "prepare-commit-msg": { "enabled": false, "actions": [] }, "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": [] } }