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.
1 parent 0d5b774 commit f77cdecCopy full SHA for f77cdec
composer.json
@@ -57,7 +57,7 @@
57
"symfony/var-exporter": "^6.4 || ^7.4"
58
},
59
"require-dev": {
60
- "dotkernel/dot-maker": "^1.1.0",
+ "dotkernel/dot-maker": "^2.0.0",
61
"filp/whoops": "^2.18.4",
62
"laminas/laminas-coding-standard": "^3.1.0",
63
"laminas/laminas-development-mode": "^3.15.0",
@@ -91,6 +91,9 @@
91
"AdminTest\\Unit\\": "test/Unit"
92
}
93
94
+ "conflict": {
95
+ "dotkernel/dot-maker": "<2.0"
96
+ },
97
"scripts": {
98
"post-create-project-cmd": [
99
"@development-enable"
0 commit comments