Skip to content

Commit

Permalink
Merge pull request #3 from simPod/php
Browse files Browse the repository at this point in the history
Make composer requirements more strict
  • Loading branch information
iamwildtuna committed Aug 1, 2021
2 parents ee35fa1 + b80a664 commit d023a75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
}
],
"require": {
"php": ">=7.2",
"php": "^7.2 || ^8.0",
"ext-pdo": "*",
"doctrine/dbal": ">=2.10"
"doctrine/dbal": "^2.10"
},
"autoload": {
"psr-0": {
Expand All @@ -32,4 +32,4 @@
"LapayGroup\\DoctrineCockroach\\": "src/"
}
}
}
}

0 comments on commit d023a75

Please sign in to comment.