| 1234567891011121314151617 |
- {
- "name" : "ahwelp/bbrouter",
- "description" : "Different Routes",
- "type" : "library",
- "authors" : [
- {
- "name" : "ahwelp",
- "email" : "ahwelp@ahwelp.com"
- }
- ],
- "autoload" : {
- "psr-4" : {
- "BBRouter\\" : "src/BBRouter/"
- }
- },
- "require" : { }
- }
|