Skip to content

Commit

Permalink
Merge pull request #51 from mezzio/renovate/lock-file-maintenance
Browse files Browse the repository at this point in the history
Lock file maintenance, Update export-ignores, minor static analysis fixes
  • Loading branch information
gsteel committed Feb 2, 2023
2 parents c031c57 + dae0bee commit 4ff333d
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 151 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

7 changes: 4 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/.coveralls.yml export-ignore
/.docheader export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/composer.lock export-ignore
/docs/ export-ignore
/phpcs.xml export-ignore
/phpunit.xml.dist export-ignore
/test/ export-ignore
/psalm.xml export-ignore
/renovate.json export-ignore
/.laminas-ci.json export-ignore
/mkdocs.yml export-ignore
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.2": true
"8.2": false
}
}
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^5.0.0"
"phpunit/phpunit": "^9.5.28",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.6"
},
"config": {
"preferred-install": "dist",
Expand Down
Loading

0 comments on commit 4ff333d

Please sign in to comment.