Skip to content

Commit

Permalink
Merge pull request #810 from TomHAnderson/hotfix/semver
Browse files Browse the repository at this point in the history
Require composer/semver in production (see
  • Loading branch information
TomHAnderson committed Jun 9, 2023
2 parents b7b08fd + b177d0a commit d02db3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -38,6 +38,7 @@
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"composer-runtime-api": "^2.0",
"composer/semver": "^3.0",
"doctrine/annotations": "^1.13.3 || ^2",
"doctrine/cache": "^1.13.0 || ^2.1.0",
"doctrine/collections": "^1.8.0",
Expand Down

0 comments on commit d02db3d

Please sign in to comment.