Skip to content

Commit

Permalink
Require PHP 8.1, add ext-pdo to require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed May 2, 2024
1 parent 80092c9 commit 3088af9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
],
"license": "MIT",
"require": {
"php": "^8.0",
"php": "^8.1",
"brick/db": "dev-interfaces"
},
"require-dev": {
"ext-pdo": "*",
"phpunit/phpunit": "^9.0",
"vimeo/psalm": "4.2.1"
},
Expand Down

0 comments on commit 3088af9

Please sign in to comment.