Skip to content

Commit

Permalink
Install dependencies compatible with 7.2
Browse files Browse the repository at this point in the history
This should make it easier to work with Composer from machines using
different versions of PHP than the lowest one we use in the CI.
  • Loading branch information
greg0ire committed Apr 14, 2020
1 parent 6c789b3 commit 2a440d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 19 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@
},
"bin": ["bin/doctrine-dbal"],
"config": {
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "7.2.15"
}
},
"autoload": {
"psr-4": { "Doctrine\\DBAL\\": "lib/Doctrine/DBAL" }
Expand Down
24 changes: 6 additions & 18 deletions composer.lock

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

0 comments on commit 2a440d1

Please sign in to comment.