Skip to content

Commit da84153

Browse files
author
Анатолий Нехай
committed
update composer.json
1 parent 358cd49 commit da84153

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sunrise/http-router",
33
"homepage": "https://github.com/sunrise-php/http-router",
4-
"description": "Sunrise // HTTP router for PHP 7.1+ (incl. PHP 8 with attributes) based on PSR-7 and PSR-15 with support for annotations and OpenApi Specification",
4+
"description": "Sunrise // HTTP router for PHP 7.1+ based on PSR-7 and PSR-15 with support for annotations/attributes and OpenAPI (Swagger) Specification",
55
"license": "MIT",
66
"keywords": [
77
"fenric",
@@ -22,8 +22,8 @@
2222
"authors": [
2323
{
2424
"name": "Anatoly Fenric",
25-
"email": "[email protected]",
26-
"homepage": "https://anatoly.fenric.ru/"
25+
"email": "[email protected]",
26+
"homepage": "https://github.com/fenric"
2727
}
2828
],
2929
"require": {
@@ -38,7 +38,7 @@
3838
"require-dev": {
3939
"phpunit/phpunit": "7.5.20|9.5.0",
4040
"sunrise/coding-standard": "1.0.0",
41-
"sunrise/http-factory": "1.1.0",
41+
"sunrise/http-factory": "2.0.0",
4242
"doctrine/annotations": "^1.6",
4343
"symfony/console": "^4.4",
4444
"symfony/event-dispatcher": "^4.4"
@@ -64,6 +64,7 @@
6464
"scripts": {
6565
"test": [
6666
"phpcs",
67+
"psalm",
6768
"XDEBUG_MODE=coverage phpunit --coverage-text --colors=always"
6869
],
6970
"build": [

0 commit comments

Comments
 (0)