Skip to content

Commit 4e08c0c

Browse files
committed
#23 - Update composer.json
1 parent 5b9b784 commit 4e08c0c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

composer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
{
2+
"name": "phalcon/rest-api",
3+
"type": "library",
4+
"description": "This is a sample API REST application for the Phalcon PHP Framework",
5+
"keywords": [
6+
"phalcon",
7+
"framework",
8+
"sample app",
9+
"rest-api",
10+
"rest",
11+
"api"
12+
],
13+
"homepage": "https://phalcon.io",
14+
"license": "BSD-3-Clause",
15+
"authors": [
16+
{
17+
"name": "Contributors",
18+
"homepage": "https://github.com/phalcon/vokuro/graphs/contributors"
19+
}
20+
],
221
"require": {
322
"php": ">=7.2",
423
"ext-openssl": "*",

0 commit comments

Comments
 (0)