Skip to content

Commit 0ec7deb

Browse files
Merge pull request #10 from geerteltink/feat/coding-standard-2.2.0
feat: upgrade to conding standard 2.2.0
2 parents 913ef36 + 58b191d commit 0ec7deb

9 files changed

+367
-128
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
/clover.xml
1+
/.phpcs-cache
22
/.phpunit.result.cache
3+
/clover.xml
34
/coveralls-upload.json
45
/docs/html/
56
/laminas-mkdoc-theme.tgz

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"psr/http-message": "^1.0.1"
3434
},
3535
"require-dev": {
36-
"laminas/laminas-coding-standard": "~1.0.0",
36+
"laminas/laminas-coding-standard": "~2.2.0",
3737
"phpspec/prophecy": "^1.12",
3838
"phpspec/prophecy-phpunit": "^2.0",
39-
"psalm/plugin-phpunit": "^0.12.2",
40-
"phpunit/phpunit": "^9.3"
39+
"phpunit/phpunit": "^9.3",
40+
"psalm/plugin-phpunit": "^0.12.2"
4141
},
4242
"autoload": {
4343
"psr-4": {

0 commit comments

Comments
 (0)