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 b458aab commit a084463Copy full SHA for a084463
composer.json
@@ -1,16 +1,18 @@
1
{
2
"name": "kenjis/codeigniter-ss-twig",
3
+ "type": "library",
4
"description": "A Simple and Secure Twig integration for CodeIgniter",
5
"keywords": [
6
"codeigniter",
7
"codeigniter4",
8
"twig"
9
],
10
+ "homepage": "https://github.com/kenjis/codeigniter-ss-twig",
11
"license": "MIT",
12
"authors": [
13
14
"name": "Kenji Suzuki",
- "homepage": "https://github.com/kenjis/codeigniter-ss-twig"
15
+ "homepage": "https://github.com/kenjis"
16
}
17
18
"require": {
0 commit comments