Skip to content

Commit

Permalink
Merge pull request #19 from boesing/feature/psr-17-support
Browse files Browse the repository at this point in the history
PSR-17 support
  • Loading branch information
weierophinney committed Dec 1, 2021
2 parents d31366c + 6d74466 commit 12efb80
Show file tree
Hide file tree
Showing 13 changed files with 688 additions and 302 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,18 @@
"ext-json": "*",
"fig/http-message-util": "^1.1.2",
"psr/container": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"psr/http-server-middleware": "^1.0",
"spatie/array-to-xml": "^2.3 || ^3.0",
"webmozart/assert": "^1.10",
"willdurand/negotiation": "^3.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.2.0",
"phpunit/phpunit": "^9.5.5",
"psalm/plugin-phpunit": "^0.12.2",
"vimeo/psalm": "^3.16"
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.8"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 12efb80

Please sign in to comment.