Skip to content

Commit 6c592ef

Browse files
committed
minor changes
1 parent 75c8330 commit 6c592ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 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) based on PSR-7 and PSR-15 with support for annotations and OpenApi Specification",
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",
55
"license": "MIT",
66
"keywords": [
77
"fenric",
@@ -14,7 +14,9 @@
1414
"psr-7",
1515
"psr-15",
1616
"php7",
17-
"php8"
17+
"php8",
18+
"attributes",
19+
"php-attributes"
1820
],
1921
"authors": [
2022
{

0 commit comments

Comments
 (0)