Skip to content

Commit

Permalink
Upgrade ocramius/package-versions to 1.11.0, set min PHP version from…
Browse files Browse the repository at this point in the history
… 7.4.0 to 7.4.7 as `package-versions` requires

Fixes #876
  • Loading branch information
maks-rafalko committed Mar 14, 2021
1 parent ad4e3c4 commit 2976ee2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -42,7 +42,7 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"php": "^7.4.7 || ^8.0",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
Expand All @@ -52,7 +52,7 @@
"infection/include-interceptor": "^0.2.4",
"justinrainbow/json-schema": "^5.2",
"nikic/php-parser": "^4.10.3",
"ocramius/package-versions": "^1.2 || ^2.0",
"ocramius/package-versions": "^1.11.0 || ^2.0",
"ondram/ci-detector": "^3.3.0",
"sanmai/later": "^0.1.1",
"sanmai/pipeline": "^5.1",
Expand Down Expand Up @@ -86,7 +86,7 @@
},
"config": {
"platform": {
"php": "7.4.0"
"php": "7.4.7"
},
"sort-packages": true
},
Expand Down
41 changes: 21 additions & 20 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2976ee2

Please sign in to comment.