123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "symfony/notifier",
- "type": "library",
- "description": "A library to notify messages",
- "keywords": ["notifier", "notification"],
- "homepage": "https://symfony.com",
- "license": "MIT",
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "require": {
- "php": ">=7.2.5",
- "symfony/polyfill-php80": "^1.15"
- },
- "conflict": {
- "symfony/http-kernel": "<4.4"
- },
- "autoload": {
- "psr-4": { "Symfony\\Component\\Notifier\\": "" },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "minimum-stability": "dev"
- }
|