Skip to content

Commit

Permalink
Merge pull request #10 from gsteel/laminas-coding-standard-2
Browse files Browse the repository at this point in the history
Psalm Integration & Laminas Coding Standard 2
  • Loading branch information
weierophinney committed Apr 23, 2021
2 parents eca8e5d + 16b4d2c commit d0dfb5f
Show file tree
Hide file tree
Showing 37 changed files with 2,264 additions and 576 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,18 @@
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"ext-json": "*",
"laminas/laminas-coding-standard": "~2.1.0",
"laminas/laminas-diactoros": "^1.7.1",
"malukenho/docheader": "^0.1.8",
"mockery/mockery": "^1.4.2",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.4.2"
"phpunit/phpunit": "^9.4.2",
"psalm/plugin-phpunit": "^0.15.1",
"vimeo/psalm": "^4.7"
},
"suggest": {
"ext-json": "If you wish to use the JsonStrategy with BodyParamsMiddleware"
},
"autoload": {
"psr-4": {
Expand All @@ -62,6 +68,7 @@
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"test": "phpunit --colors=always",
"static-analysis": "psalm --shepherd --stats",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
"license-check": "docheader check src/ test/"
},
Expand Down
Loading

0 comments on commit d0dfb5f

Please sign in to comment.