Skip to content

Commit

Permalink
Merge pull request #410 from tienvx/handle-messages-directly
Browse files Browse the repository at this point in the history
Handle messages directly
  • Loading branch information
tienvx committed Oct 31, 2019
2 parents 3c6c431 + 6f8dee1 commit 5a8f964
Show file tree
Hide file tree
Showing 41 changed files with 651 additions and 1,450 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.2', '7.3', '7.4.0RC3']
php: ['7.2', '7.3', '7.4.0RC4']
container:
image: php:${{ matrix.php }}-cli-alpine
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $ composer create-project symfony/skeleton my-project
Install lastest version of this bundle:

```console
$ composer require tienvx/mbt-bundle "^1.13"
$ composer require tienvx/mbt-bundle "^1.14"
```

### Step 3: Config file storage
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"symfony/workflow": "~4.3.1",
"symfony/validator": "~4.3.1",
"symfony/messenger": "~4.3.1",
"symfony/process": "~4.3.1",
"symfony/property-info": "~4.3.1",
"doctrine/doctrine-bundle": "~1.11.2",
"doctrine/orm": "~2.6.3",
Expand Down Expand Up @@ -56,7 +55,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.13-dev"
"dev-master": "1.14-dev"
}
},
"suggest": {
Expand Down
65 changes: 0 additions & 65 deletions src/Command/ApplyBugTransitionCommand.php

This file was deleted.

65 changes: 0 additions & 65 deletions src/Command/ApplyTaskTransitionCommand.php

This file was deleted.

111 changes: 0 additions & 111 deletions src/Command/CaptureScreenshotsCommand.php

This file was deleted.

52 changes: 0 additions & 52 deletions src/Command/CommandRunner.php

This file was deleted.

Loading

0 comments on commit 5a8f964

Please sign in to comment.