Skip to content

Commit 677c842

Browse files
authored
Support doctrine/dbal ^3.0 (#409)
1 parent 6465acb commit 677c842

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
@@ -13,7 +13,7 @@
1313
"illuminate/console": "^6.0|^7.0|^8.0",
1414
"illuminate/filesystem": "^6.0|^7.0|^8.0",
1515
"illuminate/support": "^6.0|^7.0|^8.0",
16-
"doctrine/dbal": "^2.9"
16+
"doctrine/dbal": "^2.9|^3.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^8.0|^9.3",

0 commit comments

Comments
 (0)