Skip to content

Commit

Permalink
Allow using on PHP 7.1 with Composer 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jun 17, 2020
1 parent fb8340f commit 7e84e61
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 52 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"require": {
"php": "^7.1",
"composer/package-versions-deprecated": "^1.8",
"doctrine/dbal": "^2.9",
"ocramius/package-versions": "^1.3",
"ocramius/proxy-manager": "^2.0.2",
"symfony/console": "^3.4||^4.0||^5.0",
"symfony/stopwatch": "^3.4||^4.0||^5.0"
Expand Down
121 changes: 70 additions & 51 deletions composer.lock

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

0 comments on commit 7e84e61

Please sign in to comment.