Skip to content

Commit 4bba584

Browse files
committed
add "deepclone" extension
1 parent 6e354b4 commit 4bba584

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

config/ext.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474
"qdbm"
7575
]
7676
},
77+
"deepclone": {
78+
"type": "external",
79+
"source": "deepclone",
80+
"arg-type": "enable"
81+
},
7782
"dio": {
7883
"support": {
7984
"BSD": "wip"

config/source.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,15 @@
8484
"path": "COPYING"
8585
}
8686
},
87+
"deepclone": {
88+
"type": "ghtagtar",
89+
"repo": "symfony/php-ext-deepclone",
90+
"path": "php-src/ext/deepclone",
91+
"license": {
92+
"type": "file",
93+
"path": "LICENSE"
94+
}
95+
},
8796
"dio": {
8897
"type": "url",
8998
"url": "https://pecl.php.net/get/dio",

0 commit comments

Comments
 (0)