Skip to content

Commit c0c61c0

Browse files
authored
Merge pull request #842 from Majkl578/separate-evm
Separate Event Manager to doctrine/event-manager
2 parents 44d1cb5 + a15200f commit c0c61c0

File tree

5 files changed

+7
-299
lines changed

5 files changed

+7
-299
lines changed

composer.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414
{"name": "Marco Pivetta", "email": "[email protected]"}
1515
],
1616
"require": {
17-
"php": "~7.1",
18-
"doctrine/inflector": "1.*",
19-
"doctrine/cache": "1.*",
20-
"doctrine/collections": "1.*",
21-
"doctrine/lexer": "1.*",
22-
"doctrine/annotations": "1.*"
17+
"php": "^7.1",
18+
"doctrine/inflector": "^1.0",
19+
"doctrine/cache": "^1.0",
20+
"doctrine/collections": "^1.0",
21+
"doctrine/lexer": "^1.0",
22+
"doctrine/annotations": "^1.0",
23+
"doctrine/event-manager": "^1.0"
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)