Skip to content

Commit

Permalink
BugFix
Browse files Browse the repository at this point in the history
  • Loading branch information
serdalkorukms committed Dec 28, 2020
1 parent ae19ae1 commit 44499b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
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

Expand All @@ -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"
}
]
}
Expand All @@ -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"
}
}
```
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Symfony Messenger Doctrine Transport Adapter",
"license": "proprietary",
"require": {
"php": ">=7.2.5",
"symfony/messenger": "^5.1",
"php": "^7.3",
"symfony/messenger": "^4.1|^5.0",
"symfony/service-contracts": "^1.1|^2"
},
"require-dev": {
Expand Down

0 comments on commit 44499b1

Please sign in to comment.