Skip to content

Commit

Permalink
Fix composer scripts for doctrine/dbal 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed May 16, 2024
1 parent d20f0bc commit daae5a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@
],
"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+",
"composer remove doctrine/dbal --ignore-platform-req=php+"
"composer remove doctrine/dbal:^3 --ignore-platform-req=php+"
]
},
"config": {
Expand Down

0 comments on commit daae5a1

Please sign in to comment.