remove require-dev dependency

This commit is contained in:
Andy Green 2021-04-11 11:45:07 +03:00
parent 4c4b6104e4
commit 00ea49ded6
3 changed files with 2 additions and 4478 deletions

View File

@ -2,7 +2,6 @@ WellRESTed
==========
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D7.2-blue)](https://php.net/)
[![Build Status](https://travis-ci.org/wellrestedphp/wellrested.svg?branch=master)](https://travis-ci.org/wellrestedphp/wellrested)
[![Documentation Status](https://readthedocs.org/projects/wellrested/badge/?version=latest)](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.

View File

@ -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/"

4474
composer.lock generated

File diff suppressed because it is too large Load Diff