Skip to content

Commit 33e9f47

Browse files
authored
Fix composer scripts for doctrine/dbal 3.x (#654)
1 parent 338d7be commit 33e9f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
],
103103
"build": [
104104
"composer require sqlftw/sqlftw --ignore-platform-req=php+",
105-
"composer require doctrine/dbal --ignore-platform-req=php+"
105+
"composer require doctrine/dbal:3.* --ignore-platform-req=php+"
106106
],
107107
"clean": [
108108
"composer remove sqlftw/sqlftw --ignore-platform-req=php+",

0 commit comments

Comments
 (0)