| 123456789101112131415161718192021222324 |
- {
- "name": "michel/psr14-event-dispatcher",
- "description": "This library provides an easy-to-use implementation of a PSR-14 event dispatcher, allowing you to manage event-driven functionality in your PHP applications.",
- "type": "library",
- "require": {
- "php": ">=7.4",
- "psr/event-dispatcher": "^1.0"
- },
- "require-dev": {
- "michel/unitester": "^1.0.0"
- },
- "license": "MIT",
- "autoload": {
- "psr-4": {
- "Michel\\EventDispatcher\\": "src",
- "Test\\Michel\\EventDispatcher\\": "tests"
- }
- },
- "authors": [
- {
- "name": "Michel.F"
- }
- ]
- }
|