Skip to content

Commit 69583ae

Browse files
authored
Merge pull request #406 from dotkernel/issue-405
Issue #405: Bump `dotkernel/dot-maker` to version `2.x`
2 parents 0d5b774 + f77cdec commit 69583ae

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)