Skip to content

Commit 021ae31

Browse files
Update doctrine/dbal requirement from ^3.7 to ^3.7 || ^4.0
Updates the requirements on [doctrine/dbal](https://github.com/doctrine/dbal) to permit the latest version. - [Release notes](https://github.com/doctrine/dbal/releases) - [Commits](doctrine/dbal@3.7.0...4.1.0) --- updated-dependencies: - dependency-name: doctrine/dbal dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d6c6463 commit 021ae31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": "^8.1",
13-
"doctrine/dbal": "^3.7",
13+
"doctrine/dbal": "^3.7 || ^4.0",
1414
"laravel/framework": "^10.2"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)