Skip to content

Commit a81a7a0

Browse files
authored
Merge pull request #88 from Ocramius/feature/drop-unused-laminas-eventmanager-dependency
Drop unused `laminas/laminas-eventmanager` dependency, remove replacement of `zendframework/zend-code`
2 parents 55c34ea + afc72e9 commit a81a7a0

File tree

2 files changed

+68
-145
lines changed

2 files changed

+68
-145
lines changed

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@
99
"homepage": "https://laminas.dev",
1010
"license": "BSD-3-Clause",
1111
"require": {
12-
"php": "^7.4 || ~8.0.0",
13-
"laminas/laminas-eventmanager": "^3.3"
14-
},
15-
"replace": {
16-
"zendframework/zend-code": "self.version"
12+
"php": "^7.4 || ~8.0.0"
1713
},
1814
"conflict": {
1915
"phpspec/prophecy": "<1.9.0"

composer.lock

Lines changed: 67 additions & 140 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)