sebastian/phpcpd v4.1.0
Showing
+3 -2
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
"shim" | "shim" | ||
], | ], | ||
"homepage": "https://github.com/sebastianbergmann/phpcpd", | "homepage": "https://github.com/sebastianbergmann/phpcpd", | ||
"version": "4.0.0", | "version": "4.1.0", | ||
"license": [ | "license": [ | ||
"BSD-3-Clause" | "BSD-3-Clause" | ||
], | ], | ||
... | @@ -20,7 +20,8 @@ | ... | @@ -20,7 +20,8 @@ |
"phpcpd" | "phpcpd" | ||
], | ], | ||
"require": { | "require": { | ||
"php": "^7.1" | "php": "^7.1", | ||
"ext-dom": "*" | |||
}, | }, | ||
"replace": { | "replace": { | ||
"sebastian/phpcpd": "self.version" | "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