Skip to content

Commit 33fdb7a

Browse files
authored
Merge pull request #494 from dotkernel/issue-493
Issue #493: Bump `dotkernel/dot-maker` to version `2.x`
2 parents 452257b + 9beb239 commit 33fdb7a

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
@@ -83,7 +83,7 @@
8383
"zircote/swagger-php": "^5.0.7"
8484
},
8585
"require-dev": {
86-
"dotkernel/dot-maker": "^1.0.2",
86+
"dotkernel/dot-maker": "^2.0.0",
8787
"laminas/laminas-coding-standard": "^3.0.1",
8888
"laminas/laminas-development-mode": "^3.13.0",
8989
"phpstan/phpstan": "^2.1.11",
@@ -112,6 +112,9 @@
112112
"ApiTest\\Unit\\": "test/Unit/"
113113
}
114114
},
115+
"conflict": {
116+
"dotkernel/dot-maker": "<2.0"
117+
},
115118
"scripts": {
116119
"check": [
117120
"@cs-check",

0 commit comments

Comments
 (0)