Skip to content

Commit

Permalink
Composer configuration updated
Browse files Browse the repository at this point in the history
  • Loading branch information
NielBuys committed Jul 19, 2024
1 parent 6b20273 commit b6ed28d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
"description": "Fork of CodeIgniter 3",
"name": "nielbuys/framework",
"type": "project",
"homepage": "https://codeigniter.com",
"homepage": "https://github.com/NielBuys/CodeIgniter",
"license": "MIT",
"config": {
"platform": {
"php": "7.4"
}
},
"support": {
"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"
"issues": "https://github.com/NielBuys/CodeIgniter/issues",
"source": "https://github.com/NielBuys/CodeIgniter"
},
"require": {
"php": ">=7.4"
Expand Down

0 comments on commit b6ed28d

Please sign in to comment.