Skip to content

Commit fe54e00

Browse files
authored
Uses recommended version of doctrine/dbal (#39631)
1 parent d430754 commit fe54e00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
},
8282
"require-dev": {
8383
"aws/aws-sdk-php": "^3.198.1",
84-
"doctrine/dbal": "^2.13.3|^3.1.2",
84+
"doctrine/dbal": "^2.13.3|^3.1.4",
8585
"filp/whoops": "^2.14.3",
8686
"guzzlehttp/guzzle": "^6.5.5|^7.0.1",
8787
"league/flysystem-cached-adapter": "^1.0",
@@ -134,7 +134,7 @@
134134
"ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
135135
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.198.1).",
136136
"brianium/paratest": "Required to run tests in parallel (^6.0).",
137-
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.2).",
137+
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",
138138
"filp/whoops": "Required for friendly error pages in development (^2.14.3).",
139139
"fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
140140
"guzzlehttp/guzzle": "Required to use the HTTP Client, Mailgun mail driver and the ping methods on schedules (^6.5.5|^7.0.1).",

0 commit comments

Comments
 (0)