|
1 | 1 | { |
2 | | - "name": "dotkernel/dot-annotated-services", |
3 | | - "description": "DotKernel service creation component through zend-servicemanager and annotations", |
4 | | - "authors": [ |
5 | | - { |
6 | | - "name": "DotKerenel Team", |
7 | | - "email": "team@dotkernel.com" |
| 2 | + "name": "dotkernel/dot-annotated-services", |
| 3 | + "description": "DotKernel service creation component through laminas-servicemanager and annotations", |
| 4 | + "authors": [ |
| 5 | + { |
| 6 | + "name": "DotKerenel Team", |
| 7 | + "email": "team@dotkernel.com" |
| 8 | + } |
| 9 | + ], |
| 10 | + "type": "library", |
| 11 | + "license": "MIT", |
| 12 | + "keywords": [ |
| 13 | + "annotations", |
| 14 | + "services", |
| 15 | + "factories", |
| 16 | + "container", |
| 17 | + "zf2", |
| 18 | + "zf3", |
| 19 | + "service-manager" |
| 20 | + ], |
| 21 | + "require": { |
| 22 | + "php": "^7.2", |
| 23 | + "laminas/laminas-servicemanager": "^3.3", |
| 24 | + "doctrine/annotations": "^1.6", |
| 25 | + "doctrine/cache": "^1.7", |
| 26 | + "laminas/laminas-dependency-plugin": "^1.0" |
| 27 | + }, |
| 28 | + "require-dev": { |
| 29 | + "phpunit/phpunit": "^4.7", |
| 30 | + "squizlabs/php_codesniffer": "^2.5" |
| 31 | + }, |
| 32 | + "autoload": { |
| 33 | + "psr-4": { |
| 34 | + "Dot\\AnnotatedServices\\": "src" |
| 35 | + } |
| 36 | + }, |
| 37 | + "autoload-dev": { |
| 38 | + "psr-4": { |
| 39 | + "DotTest\\AnnotatedServices\\": "tests" |
| 40 | + } |
| 41 | + }, |
| 42 | + "suggest": { |
| 43 | + "doctrine/cache": "To cache the result of processing the annotations and speed-up your application" |
| 44 | + }, |
| 45 | + "extra": { |
| 46 | + "branch-alias": { |
| 47 | + "dev-master": "2.0-dev", |
| 48 | + "dev-develop": "2.1-dev" |
| 49 | + } |
8 | 50 | } |
9 | | - ], |
10 | | - "type": "library", |
11 | | - "license": "MIT", |
12 | | - "keywords": [ |
13 | | - "annotations", |
14 | | - "services", |
15 | | - "factories", |
16 | | - "container", |
17 | | - "zf2", |
18 | | - "zf3", |
19 | | - "service-manager" |
20 | | - ], |
21 | | - "require": { |
22 | | - "php": "^7.1", |
23 | | - "zendframework/zend-servicemanager": "^3.3", |
24 | | - "doctrine/annotations": "^1.6", |
25 | | - "doctrine/cache": "^1.7" |
26 | | - }, |
27 | | - "require-dev": { |
28 | | - "phpunit/phpunit": "^4.7", |
29 | | - "squizlabs/php_codesniffer": "^2.5" |
30 | | - }, |
31 | | - "autoload": { |
32 | | - "psr-4": { |
33 | | - "Dot\\AnnotatedServices\\": "src" |
34 | | - } |
35 | | - }, |
36 | | - "autoload-dev": { |
37 | | - "psr-4": { |
38 | | - "DotTest\\AnnotatedServices\\": "tests" |
39 | | - } |
40 | | - }, |
41 | | - "suggest": { |
42 | | - "doctrine/cache": "To cache the result of processing the annotations and speed-up your application" |
43 | | - }, |
44 | | - "extra": { |
45 | | - "branch-alias": { |
46 | | - "dev-master": "1.1-dev", |
47 | | - "dev-develop": "1.2-dev" |
48 | | - } |
49 | | - } |
50 | 51 | } |
0 commit comments