1234567891011121314151617181920212223 |
- {
- "name": "noa/php-router",
- "description": "A simple HTTP router written in PHP inspired from Laravel",
- "require-dev": {
- "phpunit/phpunit": "*",
- "phpunit/phpunit-skeleton-generator": "*"
- },
- "license": "BSD-4-Clause",
- "authors": [
- {
- "name": "Yannick Guern",
- "email": "dev@guern.eu"
- }
- ],
- "minimum-stability": "dev",
- "require": {},
- "autoload": {
- "psr-4":{
- "Noa\\PhpRouter\\" : "src"
- }
- }
- }
|