my first composer package
Showing
composer.json
0 → 100644
| { | ||
| "name": "risob/table-package", | ||
| "description": "Table component of Risob.", | ||
| "autoload": { | ||
| "psr-4": { | ||
| "Risob\\TableComponent\\": "src/" | ||
| } | ||
| }, | ||
| "minimum-stability": "dev", | ||
| "prefer-stable": true | ||
| } |
Please
register
or
sign in
to comment