Skip to content

Commit d02db3d

Browse files
authored
Merge pull request #810 from TomHAnderson/hotfix/semver
Require composer/semver in production (see
2 parents b7b08fd + b177d0a commit d02db3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"require": {
3939
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
4040
"composer-runtime-api": "^2.0",
41+
"composer/semver": "^3.0",
4142
"doctrine/annotations": "^1.13.3 || ^2",
4243
"doctrine/cache": "^1.13.0 || ^2.1.0",
4344
"doctrine/collections": "^1.8.0",

0 commit comments

Comments
 (0)