phploc/phploc v6.0.2
Showing
+4 -2
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
"shim" | "shim" | ||
], | ], | ||
"homepage": "https://github.com/sebastianbergmann/phploc", | "homepage": "https://github.com/sebastianbergmann/phploc", | ||
"version": "6.0.1", | "version": "6.0.2", | ||
"license": [ | "license": [ | ||
"BSD-3-Clause" | "BSD-3-Clause" | ||
], | ], | ||
... | @@ -20,7 +20,9 @@ | ... | @@ -20,7 +20,9 @@ |
"phploc" | "phploc" | ||
], | ], | ||
"require": { | "require": { | ||
"php": "^7.3" | "php": "^7.3", | ||
"ext-dom": "*", | |||
"ext-json": "*" | |||
}, | }, | ||
"replace": { | "replace": { | ||
"phploc/phploc": "self.version" | "phploc/phploc": "self.version" | ||
... | ... |
+27 bytes (+0%)
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