We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
conflict
doctrine/dbal
illuminate/database
1 parent ced4689 commit c38ff56Copy full SHA for c38ff56
src/Illuminate/Database/composer.json
@@ -34,6 +34,10 @@
34
"dev-master": "10.x-dev"
35
}
36
},
37
+ "conflict": {
38
+ "carbonphp/carbon-doctrine-types": ">=3.0",
39
+ "doctrine/dbal": ">=4.0"
40
+ },
41
"suggest": {
42
"ext-filter": "Required to use the Postgres database driver.",
43
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^3.5.1).",
0 commit comments