Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
local /
wp /
vendor /
phpcsstandards /
phpcsextra /
[ HOME SHELL ]
Name
Size
Permission
Action
Modernize
[ DIR ]
drwxr-xr-x
NormalizedArrays
[ DIR ]
drwxr-xr-x
Universal
[ DIR ]
drwxr-xr-x
CHANGELOG.md
42.6
KB
-rw-r--r--
LICENSE
7.47
KB
-rw-r--r--
README.md
31.41
KB
-rw-r--r--
composer.json
3.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name" : "phpcsstandards/phpcsextra", "description" : "A collection of sniffs and standards for use with PHP_CodeSniffer.", "type" : "phpcodesniffer-standard", "keywords" : [ "phpcs", "phpcbf", "standards", "static analysis", "php_codesniffer", "phpcodesniffer-standard" ], "license" : "LGPL-3.0-or-later", "authors" : [ { "name" : "Juliette Reinders Folmer", "role" : "lead", "homepage" : "https://github.com/jrfnl" }, { "name" : "Contributors", "homepage" : "https://github.com/PHPCSStandards/PHPCSExtra/graphs/contributors" } ], "support" : { "issues" : "https://github.com/PHPCSStandards/PHPCSExtra/issues", "source" : "https://github.com/PHPCSStandards/PHPCSExtra", "security": "https://github.com/PHPCSStandards/PHPCSExtra/security/policy" }, "require" : { "php" : ">=5.4", "squizlabs/php_codesniffer" : "^3.13.4 || ^4.0", "phpcsstandards/phpcsutils" : "^1.1.2" }, "require-dev" : { "php-parallel-lint/php-parallel-lint": "^1.4.0", "php-parallel-lint/php-console-highlighter": "^1.0", "phpcsstandards/phpcsdevcs": "^1.1.6", "phpcsstandards/phpcsdevtools": "^1.2.1", "phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" }, "extra": { "branch-alias": { "dev-stable": "1.x-dev", "dev-develop": "1.x-dev" } }, "scripts" : { "lint": [ "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . --show-deprecated -e php --exclude vendor --exclude .git" ], "checkcs": [ "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs" ], "fixcs": [ "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf" ], "check-complete": [ "@php ./vendor/phpcsstandards/phpcsdevtools/bin/phpcs-check-feature-completeness ./Modernize ./NormalizedArrays ./Universal" ], "test-phpcs3": [ "@php ./vendor/phpunit/phpunit/phpunit --filter PHPCSExtra --no-coverage ./vendor/squizlabs/php_codesniffer/tests/AllTests.php" ], "test-phpcs4": [ "@php ./vendor/phpunit/phpunit/phpunit --no-coverage" ], "coverage-phpcs3": [ "@php ./vendor/phpunit/phpunit/phpunit --filter PHPCSExtra ./vendor/squizlabs/php_codesniffer/tests/AllTests.php" ], "coverage-phpcs4": [ "@php ./vendor/phpunit/phpunit/phpunit" ], "coverage-phpcs3-local": [ "@php ./vendor/phpunit/phpunit/phpunit --filter PHPCSExtra ./vendor/squizlabs/php_codesniffer/tests/AllTests.php --coverage-html ./build/coverage-html" ], "coverage-phpcs4-local": [ "@php ./vendor/phpunit/phpunit/phpunit --coverage-html ./build/coverage-html" ] }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true }, "lock": false } }
Close