Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rozsival committed Oct 8, 2019
1 parent 4e7a270 commit a299991
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ Helper for registering Nette DI services via Doctrine Annotations, factory gener

## Install
```
composer require wavevision/di-service-annotation --dev
composer --dev require wavevision/di-service-annotation
```

## Usage
Expand Down
12 changes: 11 additions & 1 deletion composer.json
@@ -1,10 +1,20 @@
{
"name": "wavevision/di-service-annotation",
"description": "Register DI services using annotation for Nette Framework.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Wavevision s.r.o.",
"email": "info@wavevision.com"
},
{
"name": "Jakub Filla",
"email": "jakub.filla@wavevision.cz"
"email": "jakub.filla@wavevision.com"
},
{
"name": "V铆t Rozs铆val",
"email": "vit@wavevision.com"
}
],
"autoload": {
Expand Down

0 comments on commit a299991

Please sign in to comment.