Skip to content

Commit

Permalink
Merge pull request #103 from gsteel/update-laminas-coding-standard
Browse files Browse the repository at this point in the history
Update to `laminas/laminas-coding-standard:2.3.x`, improved types and internal API
  • Loading branch information
Ocramius committed Jul 6, 2022
2 parents c1a6111 + 98f1d99 commit 739ad4d
Show file tree
Hide file tree
Showing 104 changed files with 2,041 additions and 2,598 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,3 +6,4 @@
/test/TestAsset/.cache/
/vendor/
.phpunit.result.cache
.phpcs.cache
11 changes: 7 additions & 4 deletions composer.json
Expand Up @@ -22,6 +22,9 @@
"sort-packages": true,
"platform": {
"php": "7.3.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
Expand All @@ -41,12 +44,12 @@
"ext-gd": "*",
"ext-libxml": "*",
"http-interop/http-factory-tests": "^0.9.0",
"laminas/laminas-coding-standard": "~1.0.0",
"php-http/psr7-integration-tests": "^1.1",
"laminas/laminas-coding-standard": "~2.3.0",
"php-http/psr7-integration-tests": "^1.1.1",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.1",
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.3"
"vimeo/psalm": "^4.24.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
Expand Down

0 comments on commit 739ad4d

Please sign in to comment.