Skip to content

Commit c38ff56

Browse files
authored
[10.x] Add conflict for doctrine/dbal to illuminate/database (#49456)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent ced4689 commit c38ff56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Illuminate/Database/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
"dev-master": "10.x-dev"
3535
}
3636
},
37+
"conflict": {
38+
"carbonphp/carbon-doctrine-types": ">=3.0",
39+
"doctrine/dbal": ">=4.0"
40+
},
3741
"suggest": {
3842
"ext-filter": "Required to use the Postgres database driver.",
3943
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^3.5.1).",

0 commit comments

Comments
 (0)