Skip to content

Commit d6f8667

Browse files
committed
Update composer.json
1 parent 8cf86d1 commit d6f8667

File tree

1 file changed

+29
-25
lines changed

1 file changed

+29
-25
lines changed

composer.json

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,33 @@
11
{
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"
1615
},
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"
2831
}
32+
}
2933
}

0 commit comments

Comments
 (0)