Skip to content

Commit

Permalink
Merge pull request #60 from gsteel/remove-laminas-log
Browse files Browse the repository at this point in the history
Remove laminas log
  • Loading branch information
Ocramius authored Jul 29, 2022
2 parents b5c6901 + 3390381 commit 57010ac
Show file tree
Hide file tree
Showing 8 changed files with 213 additions and 220 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/.coveralls.yml export-ignore
/.laminas-ci.json export-ignore
/.gitattributes export-ignore
/composer.lock export-ignore
Expand All @@ -7,5 +6,8 @@
/docs/ export-ignore
/mkdocs.yml export-ignore
/phpcs.xml export-ignore
/psalm.xml export-ignore
/psalm-baseline.xml export-ignore
/phpunit.xml.dist export-ignore
/test/ export-ignore
/renovate.json export-ignore
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/.phpunit.result.cache
/clover.xml
/coveralls-upload.json
/docs/html/
/laminas-mkdoc-theme.tgz
/laminas-mkdoc-theme/
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-i18n": "^2.6",
"laminas/laminas-log": "^2.7.1",
"laminas/laminas-modulemanager": "^2.7.1",
"laminas/laminas-mvc-plugin-flashmessenger": "^1.4.0",
"laminas/laminas-serializer": "^2.6.1",
Expand All @@ -53,7 +52,7 @@
"laminas/laminas-validator": "^2.8",
"mikey179/vfsstream": "^1.6.8",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.7"
"vimeo/psalm": "^4.25"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 57010ac

Please sign in to comment.