Skip to content

Commit b6ed28d

Browse files
committed
Composer configuration updated
1 parent 6b20273 commit b6ed28d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

composer.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
"description": "Fork of CodeIgniter 3",
33
"name": "nielbuys/framework",
44
"type": "project",
5-
"homepage": "https://codeigniter.com",
5+
"homepage": "https://github.com/NielBuys/CodeIgniter",
66
"license": "MIT",
7+
"config": {
8+
"platform": {
9+
"php": "7.4"
10+
}
11+
},
712
"support": {
813
"forum": "http://forum.codeigniter.com/",
9-
"wiki": "https://github.com/bcit-ci/CodeIgniter/wiki",
10-
"slack": "https://codeigniterchat.slack.com",
11-
"source": "https://github.com/bcit-ci/CodeIgniter"
14+
"issues": "https://github.com/NielBuys/CodeIgniter/issues",
15+
"source": "https://github.com/NielBuys/CodeIgniter"
1216
},
1317
"require": {
1418
"php": ">=7.4"

0 commit comments

Comments
 (0)