-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae19ae1
commit 44499b1
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Symfony Messenger Doktrine Transport Adapter | ||
# Symfony Messenger Doctrine Transport Adapter | ||
|
||
## Installation | ||
|
||
|
@@ -9,7 +9,7 @@ Add the block which you see below into file `composer.json` | |
"repositories": [ | ||
{ | ||
"type": "github", | ||
"url": "[email protected]:emrecanmuslu/symfony-messenger-doktrine-transport-adapter.git" | ||
"url": "[email protected]:emrecanmuslu/user-symfony-messenger-doctrine-transport-adapter.git" | ||
} | ||
] | ||
} | ||
|
@@ -20,7 +20,7 @@ Add the line which you see below into file `composer.json` | |
```json | ||
{ | ||
"require": { | ||
"emrecanmuslu/symfony-messenger-doktrine-transport-adapter": "^1.0" | ||
"emrecanmuslu/user-symfony-messenger-doctrine-transport-adapter": "^2.0" | ||
} | ||
} | ||
``` | ||
|
@@ -29,7 +29,7 @@ Add the line which you see below into file `composer.json` | |
Execute this to update the new dependency: | ||
|
||
```shell script | ||
$ composer update emrecanmuslu/symfony-messenger-doktrine-transport-adapter | ||
$ composer update emrecanmuslu/user-symfony-messenger-doctrine-transport-adapter | ||
``` | ||
|
||
Or you can execute like this to update all dependencies: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters