Skip to content

Commit 7f23380

Browse files
authored
Merge pull request #27 from laminas/renovate/configure
Configure Renovate
2 parents 4dc0c5b + b682b43 commit 7f23380

File tree

9 files changed

+613
-498
lines changed

9 files changed

+613
-498
lines changed

.coveralls.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.docheader

Lines changed: 0 additions & 5 deletions
This file was deleted.

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/.coveralls.yml export-ignore
2-
/.docheader export-ignore
31
/.gitattributes export-ignore
42
/.github/ export-ignore
53
/.gitignore export-ignore
64
/docs/ export-ignore
75
/mkdocs.yml export-ignore
86
/phpcs.xml export-ignore
7+
/psalm.xml export-ignore
98
/phpunit.xml.dist export-ignore
109
/test/ export-ignore
10+
/renovate.json export-ignore

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/.phpunit.result.cache
2-
/clover.xml
3-
/coveralls-upload.json
42
/docs/html/
53
/laminas-mkdoc-theme.tgz
64
/laminas-mkdoc-theme/

composer.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,26 @@
1515
"sort-packages": true,
1616
"platform": {
1717
"php": "7.4.99"
18+
},
19+
"allow-plugins": {
20+
"dealerdirect/phpcodesniffer-composer-installer": true
1821
}
1922
},
2023
"extra": {
2124
},
2225
"require": {
2326
"php": "^7.4 || ~8.0.0 || ~8.1.0",
2427
"laminas/laminas-config-aggregator": "^1.1",
25-
"laminas/laminas-stdlib": "^3.1",
28+
"laminas/laminas-stdlib": "^3.10.1",
2629
"symfony/dependency-injection": "^5.4 || ^6.0"
2730
},
2831
"require-dev": {
2932
"dms/phpunit-arraysubset-asserts": "^0.2.1",
3033
"laminas/laminas-coding-standard": "^2.3",
31-
"laminas/laminas-config": "^3.1",
34+
"laminas/laminas-config": "^3.7.0",
3235
"phpunit/phpunit": "^9.5",
33-
"psalm/plugin-phpunit": "^0.16.0",
34-
"vimeo/psalm": "^4.7"
36+
"psalm/plugin-phpunit": "^0.17.0",
37+
"vimeo/psalm": "^4.24.0"
3538
},
3639
"autoload": {
3740
"psr-4": {

0 commit comments

Comments
 (0)