Skip to content

Commit e20846f

Browse files
committed
Allow plugins, cleanup dot files, update dev deps
1 parent b8ba6b0 commit e20846f

9 files changed

Lines changed: 419 additions & 433 deletions

File tree

.coveralls.yml

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

.gitattributes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
/.coveralls.yml export-ignore
21
/.gitattributes export-ignore
32
/.github/ export-ignore
43
/.gitignore export-ignore
54
/docs/ export-ignore
65
/mkdocs.yml export-ignore
76
/phpcs.xml export-ignore
7+
/psalm.xml export-ignore
8+
/psalm-baseline.xml export-ignore
89
/phpunit.xml.dist export-ignore
910
/test/ export-ignore
11+
/renovate.json export-ignore

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/.phpunit.result.cache
2-
/clover.xml
3-
/coveralls-upload.json
42
/docs/html/
53
/laminas-mkdoc-theme.tgz
64
/laminas-mkdoc-theme/
75
/phpunit.xml
86
/vendor/
7+
.phpcs-cache

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"sort-packages": true,
2020
"platform": {
2121
"php": "7.4.99"
22+
},
23+
"allow-plugins": {
24+
"dealerdirect/phpcodesniffer-composer-installer": true
2225
}
2326
},
2427
"extra": {
@@ -37,8 +40,8 @@
3740
"laminas/laminas-coding-standard": "~2.3.0",
3841
"laminas/laminas-i18n": "^2.13.0",
3942
"phpunit/phpunit": "^9.5.4",
40-
"psalm/plugin-phpunit": "^0.16.1",
41-
"vimeo/psalm": "^4.18"
43+
"psalm/plugin-phpunit": "^0.17.0",
44+
"vimeo/psalm": "^4.24.0"
4245
},
4346
"conflict": {
4447
"laminas/laminas-mvc": "<3.0.0",

0 commit comments

Comments
 (0)