Skip to content

Commit b17d933

Browse files
committed
Moved Event Manager component to separate package
1 parent 9789777 commit b17d933

File tree

5 files changed

+2
-294
lines changed

5 files changed

+2
-294
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"doctrine/cache": "^1.0",
2020
"doctrine/collections": "^1.0",
2121
"doctrine/lexer": "^1.0",
22-
"doctrine/annotations": "^1.0"
22+
"doctrine/annotations": "^1.0",
23+
"doctrine/event-manager": "^1.0@dev"
2324
},
2425
"require-dev": {
2526
"phpunit/phpunit": "^6.3",

lib/Doctrine/Common/EventArgs.php

-49
This file was deleted.

lib/Doctrine/Common/EventManager.php

-133
This file was deleted.

lib/Doctrine/Common/EventSubscriber.php

-24
This file was deleted.

tests/Doctrine/Tests/Common/EventManagerTest.php

-87
This file was deleted.

0 commit comments

Comments
 (0)