Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 13.59.141.195
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
vendor /
myclabs /
deep-copy /
Delete
Unzip
Name
Size
Permission
Date
Action
doc
[ DIR ]
drwxr-xr-x
2018-06-11 09:00
fixtures
[ DIR ]
drwxr-xr-x
2018-06-11 09:00
src
[ DIR ]
drwxr-xr-x
2018-06-11 09:00
.gitattributes
136
B
-rwxr-xr-x
2018-06-11 09:00
.gitignore
40
B
-rwxr-xr-x
2018-06-11 09:00
.scrutinizer.yml
86
B
-rw-r--r--
2018-06-11 09:00
.travis.yml
691
B
-rwxr-xr-x
2018-06-11 09:00
LICENSE
1.05
KB
-rw-r--r--
2018-06-11 09:00
README.md
9.6
KB
-rw-r--r--
2018-06-11 09:00
composer.json
844
B
-rw-r--r--
2018-06-11 09:00
Save
Rename
{ "name": "myclabs/deep-copy", "type": "library", "description": "Create deep copies (clones) of your objects", "keywords": ["clone", "copy", "duplicate", "object", "object graph"], "license": "MIT", "autoload": { "psr-4": { "DeepCopy\\": "src/DeepCopy/" }, "files": [ "src/DeepCopy/deep_copy.php" ] }, "autoload-dev": { "psr-4": { "DeepCopy\\": "fixtures/", "DeepCopyTest\\": "tests/DeepCopyTest/" } }, "require": { "php": "^7.1" }, "require-dev": { "doctrine/collections": "^1.0", "doctrine/common": "^2.6", "phpunit/phpunit": "^7.1" }, "replace": { "myclabs/deep-copy": "self.version" }, "config": { "sort-packages": true } }