Skip to content

Commit 3ebacd7

Browse files
authored
Merge pull request #63 from laminas/feature/#62-upgrade-coding-standard-and-lock-dependencies
Feature/#62 upgrade coding standard and lock dependencies
2 parents 131153f + 75326b2 commit 3ebacd7

File tree

87 files changed

+5278
-1379
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+5278
-1379
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/.phpunit.result.cache
22
/clover.xml
3-
/composer.lock
43
/coveralls-upload.json
54
/docs/html/
65
/laminas-mkdoc-theme.tgz

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"require-dev": {
2727
"ext-phar": "*",
2828
"doctrine/annotations": "^1.10.4",
29-
"laminas/laminas-coding-standard": "^1.0.0",
29+
"laminas/laminas-coding-standard": "^2.1.4",
3030
"laminas/laminas-stdlib": "^3.3.0",
3131
"phpunit/phpunit": "^9.4.2",
32-
"psalm/plugin-phpunit": "^0.13.0",
33-
"vimeo/psalm": "^4.2"
32+
"psalm/plugin-phpunit": "^0.14.0",
33+
"vimeo/psalm": "^4.3.1"
3434
},
3535
"conflict": {
3636
"phpspec/prophecy": "<1.9.0"

0 commit comments

Comments
 (0)