Skip to content

Commit 0f0211a

Browse files
committed
Update composer dependencies and add PHPUnit
1 parent 46ea791 commit 0f0211a

File tree

2 files changed

+1326
-15
lines changed

2 files changed

+1326
-15
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kenjis/codeigniter-ss-twig",
3-
"description": "A Simple and Secure Twig integration for CodeIgniter 3.0",
3+
"description": "A Simple and Secure Twig integration for CodeIgniter 3.x",
44
"keywords": [
55
"codeigniter",
66
"twig"
@@ -17,7 +17,8 @@
1717
"twig/twig": "~1.20"
1818
},
1919
"require-dev": {
20-
"codeigniter/framework": "3.0.*"
20+
"codeigniter/framework": "3.1.*",
21+
"phpunit/phpunit": "^5.6"
2122
},
2223
"extra": {
2324
"branch-alias": {

0 commit comments

Comments
 (0)