|
1 | 1 | {
|
2 |
| - "name": "mindplay/annotations", |
3 |
| - "type": "library", |
4 |
| - "description": "Industrial-strength annotations for PHP", |
5 |
| - "keywords": ["annotations", "framework"], |
6 |
| - "homepage": "http://blog.mindplay.dk/", |
7 |
| - "license": "LGPL-3.0+", |
8 |
| - "authors": [ |
9 |
| - { |
10 |
| - "name": "Rasmus Schultz", |
11 |
| - "email": "rasmus@mindplay.dk" |
12 |
| - } |
13 |
| - ], |
14 |
| - "require": { |
15 |
| - "php": ">=5.3.3" |
| 2 | + "name": "elementaryframework/annotations", |
| 3 | + "type": "library", |
| 4 | + "description": "Industrial-strength annotations for PHP", |
| 5 | + "keywords": [ |
| 6 | + "annotations", |
| 7 | + "framework" |
| 8 | + ], |
| 9 | + "homepage": "https://github.com/ElementaryFramework/Annotations", |
| 10 | + "license": "LGPL-3.0+", |
| 11 | + "authors": [ |
| 12 | + { |
| 13 | + "name": "Rasmus Schultz", |
| 14 | + "email": "rasmus@mindplay.dk" |
16 | 15 | },
|
17 |
| - "require-dev": { |
18 |
| - "phpunit/php-code-coverage": "~1.2.1", |
19 |
| - "phpunit/php-file-iterator": ">=1.3.0@stable" |
20 |
| - }, |
21 |
| - "autoload": { |
22 |
| - "psr-4": { "mindplay\\annotations\\": "src\\annotations" } |
23 |
| - }, |
24 |
| - "extra": { |
25 |
| - "branch-alias": { |
26 |
| - "dev-master": "1.3.x-dev" |
27 |
| - } |
| 16 | + { |
| 17 | + "name": "Axel Nana", |
| 18 | + "email": "ax.lnana@outlook.com" |
| 19 | + } |
| 20 | + ], |
| 21 | + "require": { |
| 22 | + "php": "^7.1.10" |
| 23 | + }, |
| 24 | + "require-dev": { |
| 25 | + "phpunit/php-code-coverage": "~1.2.1", |
| 26 | + "phpunit/php-file-iterator": ">=1.3.0@stable" |
| 27 | + }, |
| 28 | + "autoload": { |
| 29 | + "psr-4": { |
| 30 | + "ElementaryFramework\\Annotations\\": "src\\Annotations" |
28 | 31 | }
|
| 32 | + } |
29 | 33 | }
|
0 commit comments