Skip to content

Commit 26fc514

Browse files
committed
Update composer.json
1 parent 3fb951d commit 26fc514

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "evas-php/evas-web",
33
"description": "Web application module",
4-
"keywords": ["framework", "web", "web app", "http", "evas-php"],
4+
"keywords": ["framework", "web", "web app", "http", "web request", "web response", "evas-php"],
5+
"version": "1.1",
56
"type": "library",
67
"license": "CC-BY-4.0",
78
"authors": [
@@ -12,7 +13,6 @@
1213
],
1314
"require": {
1415
"evas-php/evas-base": "*",
15-
"evas-php/evas-http": "*",
16-
"evas-php/evas-router": "*"
16+
"evas-php/evas-http": "*"
1717
}
1818
}

0 commit comments

Comments
 (0)