maglnet/composer-require-checker v3.0.0
Showing
+2 -2
+114.72 KiB (+24%)
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
+0 bytes (+0%)
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
"shim" | "shim" | ||
], | ], | ||
"homepage": "https://github.com/maglnet/ComposerRequireChecker", | "homepage": "https://github.com/maglnet/ComposerRequireChecker", | ||
"version": "2.1.0", | "version": "3.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.4 || ^8.0", | ||
"ext-json": "*", | "ext-json": "*", | ||
"ext-phar": "*" | "ext-phar": "*" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment