12345678910111213141516171819202122232425 |
- {
- "name": "mazephp/library",
- "type": "library",
- "description": "mazephp library",
- "keywords": ["framework","library"],
- "homepage": "https://github.com/mazephp/library",
- "license": "MIT",
- "authors": [
- {
- "name": "Robin Josey",
- "email": "2934170@gmail.com"
- }
- ],
- "require": {
- "php": ">=5.0.0"
- },
- "autoload": {
- "files": [
- "autoload.php"
- ],
- "psr-0": {
- "Maze": "src/"
- }
- }
- }
|