| 123456789101112131415161718192021222324252627 |
- {
- "name": "michel/router",
- "description": "A versatile and efficient PHP routing solution designed to streamline route management within PHP applications.",
- "type": "library",
- "autoload": {
- "psr-4": {
- "Michel\\": "src",
- "Test\\Michel\\": "tests"
- }
- },
- "license": "MIT",
- "authors": [
- {
- "name": "Michel.F"
- }
- ],
- "minimum-stability": "alpha",
- "require": {
- "php": ">=7.4",
- "psr/http-message": "^1.0|^2.0",
- "psr/http-server-middleware": "^1.0",
- "psr/http-factory": "^1.0"
- },
- "require-dev": {
- "michel/unitester": "^1.0.0"
- }
- }
|