Skip to content

Commit

Permalink
EventDispatcher no longer in use.
Browse files Browse the repository at this point in the history
  • Loading branch information
haogatyp committed Jan 10, 2020
1 parent 6a6ff02 commit a507f17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Classes/Domain/Workflow/DocumentWorkflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
use Symfony\Component\Workflow\Transition;
use Symfony\Component\Workflow\Workflow;
use Symfony\Component\Workflow\Registry;
use Symfony\Component\EventDispatcher\EventDispatcher;

class DocumentWorkflow
{
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"typo3/cms-core": "^8.7.0",
"nategood/httpful": "^0.2.20",
"elasticsearch/elasticsearch": "~1.0",
"symfony/workflow": "4.3.*",
"symfony/event-dispatcher": "4.3.*"
"symfony/workflow": "4.3.*"
},
"require-dev": {
"nimut/testing-framework": "*"
Expand Down

0 comments on commit a507f17

Please sign in to comment.