We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b20273 commit b6ed28dCopy full SHA for b6ed28d
composer.json
@@ -2,13 +2,17 @@
2
"description": "Fork of CodeIgniter 3",
3
"name": "nielbuys/framework",
4
"type": "project",
5
- "homepage": "https://codeigniter.com",
+ "homepage": "https://github.com/NielBuys/CodeIgniter",
6
"license": "MIT",
7
+ "config": {
8
+ "platform": {
9
+ "php": "7.4"
10
+ }
11
+ },
12
"support": {
13
"forum": "http://forum.codeigniter.com/",
- "wiki": "https://github.com/bcit-ci/CodeIgniter/wiki",
- "slack": "https://codeigniterchat.slack.com",
- "source": "https://github.com/bcit-ci/CodeIgniter"
14
+ "issues": "https://github.com/NielBuys/CodeIgniter/issues",
15
+ "source": "https://github.com/NielBuys/CodeIgniter"
16
},
17
"require": {
18
"php": ">=7.4"
0 commit comments