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 46ea791 commit 0f0211aCopy full SHA for 0f0211a
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "kenjis/codeigniter-ss-twig",
3
- "description": "A Simple and Secure Twig integration for CodeIgniter 3.0",
+ "description": "A Simple and Secure Twig integration for CodeIgniter 3.x",
4
"keywords": [
5
"codeigniter",
6
"twig"
@@ -17,7 +17,8 @@
17
"twig/twig": "~1.20"
18
},
19
"require-dev": {
20
- "codeigniter/framework": "3.0.*"
+ "codeigniter/framework": "3.1.*",
21
+ "phpunit/phpunit": "^5.6"
22
23
"extra": {
24
"branch-alias": {
0 commit comments