Skip to content

Commit 159aacd

Browse files
author
Анатолий Нехай
committed
update composer.json
1 parent 04eb0d1 commit 159aacd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"name": "sunrise/http-router",
33
"homepage": "https://github.com/sunrise-php/http-router",
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",
4+
"description": "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",
88
"sunrise",
99
"http",
1010
"router",
11-
"annotations",
11+
"request-handler",
1212
"middlewares",
13+
"annotations",
14+
"attributes",
1315
"openapi",
16+
"swagger",
1417
"psr-7",
1518
"psr-15",
1619
"php7",
17-
"php8",
18-
"attributes",
19-
"php-attributes",
20-
"swagger"
20+
"php8"
2121
],
2222
"authors": [
2323
{
@@ -28,12 +28,12 @@
2828
],
2929
"require": {
3030
"php": "^7.1|^8.0",
31+
"fig/http-message-util": "^1.1",
3132
"psr/container": "^1.0",
3233
"psr/http-message": "^1.0",
3334
"psr/http-server-handler": "^1.0",
3435
"psr/http-server-middleware": "^1.0",
35-
"psr/simple-cache": "^1.0",
36-
"fig/http-message-util": "^1.1"
36+
"psr/simple-cache": "^1.0"
3737
},
3838
"require-dev": {
3939
"phpunit/phpunit": "7.5.20|9.5.0",
@@ -58,7 +58,7 @@
5858
},
5959
"autoload-dev": {
6060
"psr-4": {
61-
"Sunrise\\Http\\Router\\Tests\\Fixtures\\": "tests/fixtures/"
61+
"Sunrise\\Http\\Router\\Tests\\": "tests/"
6262
}
6363
},
6464
"scripts": {

0 commit comments

Comments
 (0)