Added Laravel project
This commit is contained in:
21
Laravel/vendor/myclabs/deep-copy/composer.json
vendored
Normal file
21
Laravel/vendor/myclabs/deep-copy/composer.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "myclabs/deep-copy",
|
||||
"type": "library",
|
||||
"description": "Create deep copies (clones) of your objects",
|
||||
"keywords": ["clone", "copy", "duplicate", "object", "object graph"],
|
||||
"homepage": "https://github.com/myclabs/DeepCopy",
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": { "DeepCopy\\": "src/DeepCopy/" }
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "DeepCopyTest\\": "tests/DeepCopyTest/" }
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/collections": "1.*",
|
||||
"phpunit/phpunit": "~4.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user