Skip to content

Commit fbbe369

Browse files
authored
Merge pull request #17 from mezzio/renovate/configure
Configure Renovate
2 parents d0a06fa + daa0555 commit fbbe369

File tree

3 files changed

+115
-331
lines changed

3 files changed

+115
-331
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"sort-packages": true,
2525
"platform": {
2626
"php": "7.3.99"
27+
},
28+
"allow-plugins": {
29+
"dealerdirect/phpcodesniffer-composer-installer": true
2730
}
2831
},
2932
"extra": {
@@ -41,7 +44,7 @@
4144
},
4245
"require-dev": {
4346
"laminas/laminas-coding-standard": "~2.2.0",
44-
"phpunit/phpunit": "^9.3.0"
47+
"phpunit/phpunit": "^9.5.24"
4548
},
4649
"conflict": {
4750
"container-interop/container-interop": "<1.2.0",

0 commit comments

Comments
 (0)