remove require-dev dependency
This commit is contained in:
parent
4c4b6104e4
commit
00ea49ded6
|
|
@ -2,7 +2,6 @@ WellRESTed
|
|||
==========
|
||||
|
||||
[](https://php.net/)
|
||||
[](https://travis-ci.org/wellrestedphp/wellrested)
|
||||
[](http://wellrested.readthedocs.org/en/latest/)
|
||||
|
||||
WellRESTed is a library for creating RESTful APIs and websites in PHP that provides abstraction for HTTP messages, a powerful handler and middleware system, and a flexible router.
|
||||
|
|
|
|||
|
|
@ -17,11 +17,6 @@
|
|||
"psr/http-server-handler": "~1.0",
|
||||
"psr/http-server-middleware": "~1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^2",
|
||||
"phpunit/phpunit": "^8",
|
||||
"vimeo/psalm": "^3.4"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"WellRESTed\\": "src/"
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue