Skip to content

Commit

Permalink
Merge pull request #15 from geerteltink/feat/license
Browse files Browse the repository at this point in the history
feat: laminas coding standard 2.2.0
  • Loading branch information
weierophinney committed May 26, 2021
2 parents d0dfb5f + ab429e8 commit f210bb7
Show file tree
Hide file tree
Showing 42 changed files with 210 additions and 431 deletions.
7 changes: 0 additions & 7 deletions .docheader

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/.phpcs-cache
/.phpunit.result.cache
/clover.xml
/coveralls-upload.json
/phpunit.xml
/vendor/
.phpunit.result.cache
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
"forum": "https://discourse.laminas.dev"
},
"config": {
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "7.4"
}
},
"extra": {
"laminas": {
Expand All @@ -37,9 +40,8 @@
},
"require-dev": {
"ext-json": "*",
"laminas/laminas-coding-standard": "~2.1.0",
"laminas/laminas-diactoros": "^1.7.1",
"malukenho/docheader": "^0.1.8",
"laminas/laminas-coding-standard": "~2.2.0",
"laminas/laminas-diactoros": "^2.5.0",
"mockery/mockery": "^1.4.2",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.4.2",
Expand All @@ -61,16 +63,14 @@
},
"scripts": {
"check": [
"@license-check",
"@cs-check",
"@test"
],
"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/"
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
"replace": {
"zendframework/zend-expressive-helpers": "^5.3.0"
Expand Down
Loading

0 comments on commit f210bb7

Please sign in to comment.