Skip to content

Commit

Permalink
refactor: Make it PSR15 compatible.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Apr 14, 2022
1 parent 9d26859 commit d3a1b21
Show file tree
Hide file tree
Showing 16 changed files with 211 additions and 192 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
"psr/http-factory-implementation": "^1",
"psr/http-message": "^1.0",
"psr/http-message-implementation": "^1",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/log": "^1.1 || ^2 || ^3"
},
"require-dev": {
Expand Down Expand Up @@ -69,5 +71,8 @@
"grumphp": "./vendor/bin/grumphp run",
"phpinsights": "./vendor/bin/phpinsights analyse src/",
"phpspec": "./vendor/bin/phpspec run"
}
},
"provides": [
"psr/http-server-handler-implementation"
]
}
Loading

0 comments on commit d3a1b21

Please sign in to comment.