Skip to content

Commit

Permalink
Fix composer scripts for doctrine/dbal 3.x (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored May 31, 2024
1 parent 338d7be commit 33e9f47
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 @@ -102,7 +102,7 @@
],
"build": [
"composer require sqlftw/sqlftw --ignore-platform-req=php+",
"composer require doctrine/dbal --ignore-platform-req=php+"
"composer require doctrine/dbal:3.* --ignore-platform-req=php+"
],
"clean": [
"composer remove sqlftw/sqlftw --ignore-platform-req=php+",
Expand Down

0 comments on commit 33e9f47

Please sign in to comment.