Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit 2eb64a1

Browse files
committed
add composer.json
1 parent ea478c3 commit 2eb64a1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "sylynder/codeigniter",
3+
"description": "Composer Package for the \"system\" folder of Codeigniter3 framework.",
4+
"keywords": ["composer", "codeigniter", "installer"],
5+
"license": "MIT",
6+
"authors": [{
7+
"name": "otengkwame",
8+
"email": "[email protected]",
9+
"role": "Software Engineer"
10+
}],
11+
"require": {
12+
"php": ">=7.1"
13+
},
14+
"autoload": {
15+
"classmap": [
16+
"framework/"
17+
]
18+
},
19+
"minimum-stability": "stable"
20+
}

0 commit comments

Comments
 (0)