Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
myclabs
/
deep-copy
Location:
/home/zoteqbgb/public_html/vendor/myclabs/deep-copy
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: composer.json
{ "name": "myclabs/deep-copy", "description": "Create deep copies (clones) of your objects", "license": "MIT", "type": "library", "keywords": [ "clone", "copy", "duplicate", "object", "object graph" ], "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/collections": "^1.6.8", "doctrine/common": "^2.13.3 || ^3.2.2", "phpspec/prophecy": "^1.10", "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" }, "conflict": { "doctrine/collections": "<1.6.8", "doctrine/common": "<2.13.3 || >=3 <3.2.2" }, "autoload": { "psr-4": { "DeepCopy\\": "src/DeepCopy/" }, "files": [ "src/DeepCopy/deep_copy.php" ] }, "autoload-dev": { "psr-4": { "DeepCopyTest\\": "tests/DeepCopyTest/", "DeepCopy\\": "fixtures/" } }, "config": { "sort-packages": true } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
LICENSE
1,077 bytes
0644
2025-02-12 17:17
âï¸
ðï¸
Rename
README.md
10,767 bytes
0644
2025-02-12 17:17
âï¸
ðï¸
Rename
composer.json
1,022 bytes
0644
2025-02-12 17:17
âï¸
ðï¸
Rename
src
-
0755
2025-02-12 17:17
ðï¸
Rename
Chang
Apply