|
1 | 1 | { |
2 | | - "name": "uecode/daemon-bundle", |
3 | | - "type": "library", |
4 | | - "description": "Symfony2 Daemon Bundle", |
5 | | - "keywords": ["php", "daemon" ], |
6 | | - "homepage": "https://github.com/uecode/daemon-bundle", |
7 | | - "license": "MIT", |
8 | | - "authors": [ |
9 | | - { |
10 | | - "name": "Aaron Scherer", |
11 | | - "email": "aequasi@gmail.com", |
12 | | - "role": "developer", |
13 | | - "homepage": "https://github.com/aequasi" |
14 | | - }, |
15 | | - { |
16 | | - "name": "Michał Matulka", |
17 | | - "email": "therealmikz@gmail.com", |
18 | | - "role": "developer", |
19 | | - "homepage": "https://github.com/therealmikz" |
20 | | - } |
21 | | - ], |
22 | | - "support": { |
23 | | - "email": "aaron@undergroundelephant.com" |
24 | | - }, |
25 | | - "require": { |
26 | | - "php": ">=5.3.0", |
27 | | - "ext-json": "*", |
28 | | - "uecode/daemon": "dev-master", |
29 | | - "uecode/uecode-bundle": "dev-master" |
30 | | - }, |
31 | | - "require-dev": { |
32 | | - "symfony/symfony": "dev-master" |
33 | | - }, |
34 | | - "suggest": { |
35 | | - "monolog/monolog": "Allows more advanced logging of the application flow", |
36 | | - "react/react": "Enables react support - use ReactCommand instead of ExtendCommand" |
37 | | - }, |
38 | | - "autoload": { |
| 2 | + "name": "uecode/daemon-bundle", |
| 3 | + "type": "library", |
| 4 | + "description": "Symfony2 Daemon Bundle", |
| 5 | + "keywords": ["php", "daemon"], |
| 6 | + "homepage": "https://github.com/uecode/daemon-bundle", |
| 7 | + "license": "MIT", |
| 8 | + "authors": [ |
| 9 | + { |
| 10 | + "name": "Aaron Scherer", |
| 11 | + "email": "aequasi@gmail.com", |
| 12 | + "role": "developer", |
| 13 | + "homepage": "https://github.com/aequasi" |
| 14 | + }, |
| 15 | + { |
| 16 | + "name": "Michał Matulka", |
| 17 | + "email": "therealmikz@gmail.com", |
| 18 | + "role": "developer", |
| 19 | + "homepage": "https://github.com/therealmikz" |
| 20 | + } |
| 21 | + ], |
| 22 | + "support": { |
| 23 | + "email": "aaron@undergroundelephant.com" |
| 24 | + }, |
| 25 | + "require": { |
| 26 | + "php": ">=5.3.0", |
| 27 | + "ext-json": "*", |
| 28 | + "uecode/daemon": "dev-master", |
| 29 | + "uecode/uecode-bundle": "dev-master" |
| 30 | + }, |
| 31 | + "require-dev": { |
| 32 | + "symfony/symfony": "dev-master" |
| 33 | + }, |
| 34 | + "suggest": { |
| 35 | + "monolog/monolog": "Allows more advanced logging of the application flow", |
| 36 | + "react/react": "Enables react support - use ReactCommand instead of ExtendCommand" |
| 37 | + }, |
| 38 | + "autoload": { |
39 | 39 | "psr-0": { |
40 | | - "": "src" |
| 40 | + "Uecode\\Bundle\\DaemonBundle": "src" |
41 | 41 | } |
42 | 42 | } |
43 | 43 | } |
0 commit comments