|
2 | 2 | "name": "simple-bus/symfony-bridge", |
3 | 3 | "type": "symfony-bundle", |
4 | 4 | "description": "Bridge for using command buses and event buses in Symfony projects", |
5 | | - "keywords": ["Symfony", "Doctrine", "event bus", "command bus"], |
| 5 | + "keywords": [ |
| 6 | + "Symfony", |
| 7 | + "Doctrine", |
| 8 | + "event bus", |
| 9 | + "command bus" |
| 10 | + ], |
6 | 11 | "homepage": "http://github.com/SimpleBus/SymfonyBridge", |
7 | 12 | "license": "MIT", |
8 | 13 | "authors": [ |
|
19 | 24 | "require": { |
20 | 25 | "php": "^7.1", |
21 | 26 | "simple-bus/message-bus": "~3.0", |
22 | | - "symfony/http-kernel": "~2.7 || ~3.3 || ~4.0", |
| 27 | + "symfony/config": "~2.7 || ~3.3 || ~4.0", |
23 | 28 | "symfony/dependency-injection": "~2.7 || ~3.3 || ~4.0", |
24 | | - "symfony/yaml": "~2.7 || ~3.3 || ~4.0", |
25 | | - "symfony/config": "~2.7 || ~3.3 || ~4.0" |
26 | | - }, |
27 | | - "suggest": { |
28 | | - "simple-bus/doctrine-orm-bridge": "For integration with Doctrine ORM", |
29 | | - "doctrine/orm": "For integration with Doctrine ORM", |
30 | | - "doctrine/doctrine-bundle": "For integration with Doctrine ORM", |
31 | | - "symfony/monolog-bundle": "For logging messages", |
32 | | - "symfony/proxy-manager-bridge": "For integration with Symfony and Doctrine ORM" |
| 29 | + "symfony/http-kernel": "~2.7 || ~3.3 || ~4.0", |
| 30 | + "symfony/yaml": "~2.7 || ~3.3 || ~4.0" |
33 | 31 | }, |
34 | 32 | "require-dev": { |
35 | 33 | "doctrine/doctrine-bundle": "~1.0", |
|
41 | 39 | "symfony/monolog-bundle": "~2.3 || ~3.0", |
42 | 40 | "symfony/proxy-manager-bridge": "~2.7 || ~3.3 || ~4.0" |
43 | 41 | }, |
| 42 | + "suggest": { |
| 43 | + "doctrine/doctrine-bundle": "For integration with Doctrine ORM", |
| 44 | + "doctrine/orm": "For integration with Doctrine ORM", |
| 45 | + "simple-bus/doctrine-orm-bridge": "For integration with Doctrine ORM", |
| 46 | + "symfony/monolog-bundle": "For logging messages", |
| 47 | + "symfony/proxy-manager-bridge": "For integration with Symfony and Doctrine ORM" |
| 48 | + }, |
44 | 49 | "autoload": { |
45 | 50 | "psr-4": { |
46 | 51 | "SimpleBus\\SymfonyBridge\\": "src" |
|
50 | 55 | "psr-4": { |
51 | 56 | "SimpleBus\\SymfonyBridge\\Tests\\": "tests" |
52 | 57 | } |
| 58 | + }, |
| 59 | + "config": { |
| 60 | + "sort-packages": true |
53 | 61 | } |
54 | 62 | } |
0 commit comments