Skip to content

Commit fc59a0e

Browse files
authored
Update composer.json
1 parent 3b6276f commit fc59a0e

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

composer.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "dotkernel/dot-annotated-services",
3+
"type": "library",
34
"description": "DotKernel service creation component through laminas-servicemanager and annotations",
5+
"license": "MIT",
6+
"homepage": "https://github.com/dotkernel/dot-annotated-services",
47
"authors": [
58
{
69
"name": "DotKernel Team",
710
"email": "team@dotkernel.com"
811
}
912
],
10-
"type": "library",
11-
"license": "MIT",
1213
"keywords": [
1314
"annotations",
1415
"services",
@@ -23,7 +24,7 @@
2324
"laminas/laminas-servicemanager": "^3.4",
2425
"doctrine/annotations": "^1.10",
2526
"doctrine/cache": "^1.10",
26-
"laminas/laminas-dependency-plugin": "^1.0"
27+
"laminas/laminas-dependency-plugin": "^2.0"
2728
},
2829
"require-dev": {
2930
"phpunit/phpunit": "^9.1",
@@ -41,11 +42,5 @@
4142
},
4243
"suggest": {
4344
"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-
}
5045
}
5146
}

0 commit comments

Comments
 (0)