Skip to content

Commit ce73fb1

Browse files
authored
Merge pull request #2 from Statflo/allow-for-upgrade-dbal
Allow for upgrading of Doctrine DBAL
2 parents e6bcf19 + 8d72581 commit ce73fb1

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
@@ -3,7 +3,7 @@
33
"description": "DB package statflo php projects",
44
"type": "library",
55
"require": {
6-
"doctrine/dbal": "v2.9.2"
6+
"doctrine/dbal": ">=2.9.2"
77
},
88
"license": "0BSD",
99
"authors": [

0 commit comments

Comments
 (0)