Skip to content

Commit

Permalink
Moved Event Manager component to separate package
Browse files Browse the repository at this point in the history
  • Loading branch information
Majkl578 committed Jun 7, 2018
1 parent 9789777 commit b17d933
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 294 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"doctrine/cache": "^1.0",
"doctrine/collections": "^1.0",
"doctrine/lexer": "^1.0",
"doctrine/annotations": "^1.0"
"doctrine/annotations": "^1.0",
"doctrine/event-manager": "^1.0@dev"
},
"require-dev": {
"phpunit/phpunit": "^6.3",
Expand Down
49 changes: 0 additions & 49 deletions lib/Doctrine/Common/EventArgs.php

This file was deleted.

133 changes: 0 additions & 133 deletions lib/Doctrine/Common/EventManager.php

This file was deleted.

24 changes: 0 additions & 24 deletions lib/Doctrine/Common/EventSubscriber.php

This file was deleted.

87 changes: 0 additions & 87 deletions tests/Doctrine/Tests/Common/EventManagerTest.php

This file was deleted.

0 comments on commit b17d933

Please sign in to comment.