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 /
phpunit /
phpunit /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
.gitattributes
38
B
-rw-r--r--
.php_cs.dist
2.97
KB
-rw-r--r--
.stickler.yml
50
B
-rw-r--r--
.travis.yml
1.43
KB
-rw-r--r--
ChangeLog-5.7.md
11.92
KB
-rw-r--r--
LICENSE
1.51
KB
-rw-r--r--
README.md
2.1
KB
-rw-r--r--
build.xml
18.24
KB
-rw-r--r--
composer.json
2.15
KB
-rw-r--r--
phpunit
1.25
KB
-rwxr-xr-x
phpunit.xml
1.18
KB
-rw-r--r--
phpunit.xsd
12.61
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "phpunit/phpunit", "description": "The PHP Unit Testing framework.", "type": "library", "keywords": [ "phpunit", "xunit", "testing" ], "homepage": "https://phpunit.de/", "license": "BSD-3-Clause", "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues" }, "prefer-stable": true, "require": { "php": "^5.6 || ^7.0", "phpunit/php-file-iterator": "~1.4", "phpunit/php-text-template": "~1.2", "phpunit/php-code-coverage": "^4.0.4", "phpunit/php-timer": "^1.0.6", "phpunit/phpunit-mock-objects": "^3.2", "phpspec/prophecy": "^1.6.2", "symfony/yaml": "~2.1|~3.0|~4.0", "sebastian/comparator": "^1.2.4", "sebastian/diff": "^1.4.3", "sebastian/environment": "^1.3.4 || ^2.0", "sebastian/exporter": "~2.0", "sebastian/global-state": "^1.1", "sebastian/object-enumerator": "~2.0", "sebastian/resource-operations": "~1.0", "sebastian/version": "^1.0.6|^2.0.1", "myclabs/deep-copy": "~1.3", "ext-dom": "*", "ext-json": "*", "ext-mbstring": "*", "ext-xml": "*", "ext-libxml": "*" }, "require-dev": { "ext-PDO": "*" }, "conflict": { "phpdocumentor/reflection-docblock": "3.0.2" }, "config": { "platform": { "php": "5.6.0" }, "optimize-autoloader": true, "sort-packages": true }, "suggest": { "phpunit/php-invoker": "~1.1", "ext-xdebug": "*" }, "bin": [ "phpunit" ], "autoload": { "classmap": [ "src/" ] }, "autoload-dev": { "classmap": [ "tests/" ], "files": [ "src/Framework/Assert/Functions.php", "tests/_files/CoveredFunction.php" ] }, "extra": { "branch-alias": { "dev-master": "5.7.x-dev" } } }
Close