composer.json 202 B

12345678910111213
  1. {
  2. "name": "webman/event",
  3. "type": "library",
  4. "license": "MIT",
  5. "description": "Webman event plugin",
  6. "require": {
  7. },
  8. "autoload": {
  9. "psr-4": {
  10. "Webman\\Event\\": "src"
  11. }
  12. }
  13. }