summaryrefslogtreecommitdiff
path: root/vendor/myclabs/deep-copy/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/myclabs/deep-copy/composer.json')
-rw-r--r--vendor/myclabs/deep-copy/composer.json42
1 files changed, 0 insertions, 42 deletions
diff --git a/vendor/myclabs/deep-copy/composer.json b/vendor/myclabs/deep-copy/composer.json
deleted file mode 100644
index 66fb34a58..000000000
--- a/vendor/myclabs/deep-copy/composer.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "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",
- "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": {
- "DeepCopy\\": "fixtures/",
- "DeepCopyTest\\": "tests/DeepCopyTest/"
- }
- },
- "config": {
- "sort-packages": true
- }
-}