composer.json Validator
Validate PHP Composer manifests — name, require, autoload, license, stability.
Errors
0
Warnings
0
Status
Valid
require (3)
| php | ^8.1 |
| guzzlehttp/guzzle | ^7.5 |
| symfony/console | ^6.0 |
require-dev (2)
| phpunit/phpunit | ^10.0 |
| phpstan/phpstan | ^1.10 |
What we check
name— vendor/package patternversion— optional, must be a valid Composer version when presentrequire/require-dev— constraint shapeautoload/autoload-dev— PSR-4, PSR-0, classmap, fileslicense— SPDX identifier (warning only)type,minimum-stability,prefer-stable
You might also like
- Cargo.toml ParserParse Rust Cargo manifests — package, dependencies (with features), dev/build deps, features, workspace.
- go.mod ParserParse Go module files — module, go/toolchain version, requires (direct vs indirect), replace, exclude, retract.
- HTTP Status Code ReferenceSearchable reference of every HTTP status code with descriptions and category.
- MIME Type ReferenceSearchable reference of common MIME types by extension and category.