Skip to content

Commit b1ecbde

Browse files
committed
chore: update composer.json
Signed-off-by: otengkwame <[email protected]>
1 parent 78bddf7 commit b1ecbde

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

composer.json

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
{
22
"name": "webbyphp/engine",
3-
"description": "",
4-
"keywords": ["composer", "codeigniter", "webby", "webbyphp", "sylynder"],
3+
"keywords": [
4+
"composer",
5+
"codeigniter",
6+
"webby",
7+
"webbyphp",
8+
"sylynder"
9+
],
510
"license": "MIT",
6-
"authors": [{
7-
"name": "otengkwame",
8-
"email": "[email protected]",
9-
"role": "Software Engineer"
10-
}],
11+
"homepage": "https://webbyphp.top",
12+
"support": {
13+
"issues": "https://github.com/webbyphp/engine/issues",
14+
"source": "https://github.com/webbyphp/engine"
15+
},
16+
"authors": [
17+
{
18+
"name": "otengkwame",
19+
"email": "[email protected]",
20+
"role": "Software Engineer"
21+
}
22+
],
1123
"require": {
1224
"php": "^8.3"
1325
},
@@ -19,5 +31,6 @@
1931
"CodeIgniter/Framework"
2032
]
2133
},
22-
"minimum-stability": "stable"
23-
}
34+
"minimum-stability": "stable",
35+
"prefer-stable": true
36+
}

0 commit comments

Comments
 (0)