sebastian/phpcpd v4.1.0
Showing
+3 -2
... | ... | @@ -4,7 +4,7 @@ |
"shim" | ||
], | ||
"homepage": "https://github.com/sebastianbergmann/phpcpd", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"license": [ | ||
"BSD-3-Clause" | ||
], | ||
... | ... | @@ -20,7 +20,8 @@ |
"phpcpd" | ||
], | ||
"require": { | ||
"php": "^7.1" | ||
"php": "^7.1", | ||
"ext-dom": "*" | ||
}, | ||
"replace": { | ||
"sebastian/phpcpd": "self.version" | ||
... | ... |
+10.85 KiB (+1%)
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Please register or sign in to comment