diff --git a/config/ext.json b/config/ext.json index 16a71c21..b4fe1a68 100644 --- a/config/ext.json +++ b/config/ext.json @@ -74,6 +74,11 @@ "qdbm" ] }, + "deepclone": { + "type": "external", + "source": "deepclone", + "arg-type": "enable" + }, "dio": { "support": { "BSD": "wip" diff --git a/config/source.json b/config/source.json index 18bca217..6b3e465b 100644 --- a/config/source.json +++ b/config/source.json @@ -84,6 +84,15 @@ "path": "COPYING" } }, + "deepclone": { + "type": "ghtagtar", + "repo": "symfony/php-ext-deepclone", + "path": "php-src/ext/deepclone", + "license": { + "type": "file", + "path": "LICENSE" + } + }, "dio": { "type": "url", "url": "https://pecl.php.net/get/dio",