maglnet/composer-require-checker v1.0.0
Showing
+4 -4
-46.85 KiB (-10%)
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
-38 bytes (-7%)
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
... | @@ -10,8 +10,8 @@ | ... | @@ -10,8 +10,8 @@ |
"imports", | "imports", | ||
"shim" | "shim" | ||
], | ], | ||
"homepage": "https://github.com/maglnet/ComposerRequireChecker", | "homepage": "https://github.com/Ocramius/ComposerRequireChecker", | ||
"version": "2.1.0", | "version": "1.0.0", | ||
"license": [ | "license": [ | ||
"MIT" | "MIT" | ||
], | ], | ||
... | @@ -32,7 +32,7 @@ | ... | @@ -32,7 +32,7 @@ |
"bin/composer-require-checker" | "bin/composer-require-checker" | ||
], | ], | ||
"require": { | "require": { | ||
"php": "^7.2", | "php": "~7.1", | ||
"ext-json": "*", | "ext-json": "*", | ||
"ext-phar": "*" | "ext-phar": "*" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment