Skip to content

Commit

Permalink
Merge pull request #999 from nicolas-grekas/cpv
Browse files Browse the repository at this point in the history
Allow using on PHP 7.1 with Composer 2
  • Loading branch information
greg0ire authored Jun 17, 2020
2 parents fb8340f + 7e84e61 commit 141b2f8
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 141b2f8

Please sign in to comment.