sample composer
Showing
.gitignore
0 → 100644
composer.json
0 → 100644
| { | |||
| "name": "winas/winas_admin", | |||
| "description": "A sample of library for composer", | |||
| "type": "library", | |||
| "license": "MIT", | |||
| "autoload": { | |||
| "psr-4": { | |||
| "Winas\\WinasAdmin\\": "src/" | |||
| } | |||
| }, | |||
| "minimum-stability": "stable", | |||
| "require": {} | |||
| } |
File moved
Please register or sign in to comment