| Server IP : 54.36.91.62 / Your IP : 216.73.217.112 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/plats-individuels/lyon/libraries/regularlabs/vendor/myclabs/deep-copy/ |
Upload File : |
{
"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": {
"RegularLabs\\Scoped\\DeepCopy\\": "src\/DeepCopy\/"
},
"files": [
"src\/DeepCopy\/deep_copy.php"
]
},
"autoload-dev": {
"psr-4": {
"RegularLabs\\Scoped\\DeepCopyTest\\": "tests\/DeepCopyTest\/",
"RegularLabs\\Scoped\\DeepCopy\\": "fixtures\/"
}
},
"config": {
"sort-packages": true
}
}