File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
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" ,
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}
You can’t perform that action at this time.
0 commit comments