Skip to content

Commit 9beb239

Browse files
authored
Issue #493: Bump dotkernel/dot-maker to version 2.x
Signed-off-by: Alex Karajos <alex.merlin.1985@gmail.com>
1 parent 452257b commit 9beb239

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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)