Skip to content

Commit f77cdec

Browse files
committed
Issue #405: Bump dotkernel/dot-maker to version 2.x
Signed-off-by: alexmerlin <[email protected]>
1 parent 0d5b774 commit f77cdec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"symfony/var-exporter": "^6.4 || ^7.4"
5858
},
5959
"require-dev": {
60-
"dotkernel/dot-maker": "^1.1.0",
60+
"dotkernel/dot-maker": "^2.0.0",
6161
"filp/whoops": "^2.18.4",
6262
"laminas/laminas-coding-standard": "^3.1.0",
6363
"laminas/laminas-development-mode": "^3.15.0",
@@ -91,6 +91,9 @@
9191
"AdminTest\\Unit\\": "test/Unit"
9292
}
9393
},
94+
"conflict": {
95+
"dotkernel/dot-maker": "<2.0"
96+
},
9497
"scripts": {
9598
"post-create-project-cmd": [
9699
"@development-enable"

0 commit comments

Comments
 (0)