Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fenric committed Oct 26, 2021
1 parent f92469e commit d2b30a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
],
"require": {
"php": "^7.1|^8.0",
"sunrise/http-message": "^1.4",
"sunrise/http-server-request": "^1.1",
"sunrise/http-message": "^2.0",
"sunrise/http-server-request": "^2.0",
"sunrise/stream": "^1.2",
"sunrise/uri": "^1.2"
},
Expand All @@ -41,7 +41,7 @@
"scripts": {
"test": [
"phpcs",
"XDEBUG_MODE=coverage phpunit --coverage-text"
"XDEBUG_MODE=coverage phpunit --coverage-text --colors=always"
],
"build": [
"phpdoc -d src/ -t phpdoc/",
Expand Down

0 comments on commit d2b30a0

Please sign in to comment.