Skip to content

Commit 5067619

Browse files
authored
Merge pull request #618 from Ocramius/fix/#617-remove-compatibility-with-ocramius-package-versions-1.10.0
#617 removed compatibility with `ocramius/package-versions:1.10.0` and newer
2 parents bb277ba + dc4af1b commit 5067619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": "~7.4.1",
2323
"laminas/laminas-code": "^3.4.1",
24-
"ocramius/package-versions": "^1.8.0",
24+
"ocramius/package-versions": "^1.8.0,<1.10.0",
2525
"webimpress/safe-writer": "^2.0.1"
2626
},
2727
"conflict": {

0 commit comments

Comments
 (0)