Skip to content

Commit 1bfef78

Browse files
committed
Add "doctrine/dbal" to composer requirements
A new dependency "doctrine/dbal" version "^3.8" is added to the composer.json file in the "require" section. This addition ensures that the necessary library will be installed and available for use during runtime.
1 parent 83c3abb commit 1bfef78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
],
1919
"require": {
2020
"illuminate/support": "9.x|10.x|11.x",
21-
"ext-zlib": "*"
21+
"ext-zlib": "*",
22+
"doctrine/dbal": "^3.8"
2223
},
2324
"require-dev": {
2425
"pestphp/pest": "^2.0",

0 commit comments

Comments
 (0)