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 93867f8 commit c64620b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"require": {
"php": "^7.1",
"ext-pdo": "*",
"composer/package-versions-deprecated": "^1.8",
"doctrine/annotations": "^1.8",
"doctrine/cache": "^1.9.1",
"doctrine/collections": "^1.5",
Expand All @@ -31,7 +32,6 @@
"doctrine/instantiator": "^1.3",
"doctrine/lexer": "^1.0",
"doctrine/persistence": "^1.3.3 || ^2.0",
"ocramius/package-versions": "^1.2",
"symfony/console": "^3.0|^4.0|^5.0"
},
"require-dev": {
Expand Down

0 comments on commit c64620b

Please sign in to comment.