Skip to content

Commit 63dfca2

Browse files
authored
Merge pull request #6 from nguyenanhung/v3.1.14-develop
V3.1.14 develop
2 parents 84f9a3d + 3d0cdcb commit 63dfca2

File tree

10 files changed

+584
-561
lines changed

10 files changed

+584
-561
lines changed

composer.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "The CodeIgniter framework - v3.1.13",
2+
"description": "The CodeIgniter framework - v3.1.14",
33
"name": "nguyenanhung/codeigniter-framework",
44
"type": "library",
55
"homepage": "https://codeigniter.com",
@@ -13,10 +13,9 @@
1313
}
1414
],
1515
"support": {
16-
"forum": "https://forum.codeigniter.com/",
17-
"wiki": "https://github.com/bcit-ci/CodeIgniter/wiki",
18-
"slack": "https://codeigniterchat.slack.com",
19-
"source": "https://github.com/bcit-ci/CodeIgniter"
16+
"issues": "https://github.com/nguyenanhung/codeigniter-framework/issues",
17+
"wiki": "https://github.com/nguyenanhung/codeigniter-framework/wiki",
18+
"source": "https://github.com/nguyenanhung/codeigniter-framework"
2019
},
2120
"require": {
2221
"php": ">=5.6",
@@ -25,14 +24,12 @@
2524
"nguyenanhung/codeigniter-basic-helper": ">=1.0"
2625
},
2726
"require-dev": {
28-
"nguyenanhung/my-debug": "^3.0 || ^2.0 || ^1.0"
27+
"nguyenanhung/my-debug": "^4.0 || ^3.0 || ^2.0 || ^1.0"
2928
},
3029
"autoload": {
3130
"classmap": [
3231
"hungng/",
33-
"lib/",
34-
"custom/",
35-
"hooks/"
32+
"custom/"
3633
],
3734
"psr-4": {
3835
"nguyenanhung\\CodeIgniter\\BaseREST\\": "thirdParty/REST/"

hooks/.htaccess

Lines changed: 0 additions & 6 deletions
This file was deleted.

hooks/README.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

hooks/index.html

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)