Skip to content

Commit c31bccc

Browse files
committed
Merge pull request #658 from phalcon/2.0.x
2.0.11
2 parents 54bc21b + c06af92 commit c31bccc

File tree

7,464 files changed

+132
-761948
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,464 files changed

+132
-761948
lines changed

box.json

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,34 @@
11
{
2+
"main": "phalcon.php",
3+
"output": "phalcon.phar",
4+
"chmod": "0755",
25
"directories": [
36
"resources",
47
"scripts",
58
"templates"
69
],
7-
"files": "webtools.php",
10+
"files": [
11+
"webtools.php",
12+
"docs/LICENSE.txt"
13+
],
814
"finder": [
915
{
10-
"exclude": [
11-
"CONTRIBUTING.md",
12-
"README.md",
13-
"LICENSE",
14-
"phalcon.bat",
15-
"phalcon.sh"
16+
"in": "resources",
17+
"name": "*.*"
18+
},
19+
{
20+
"in": "scripts",
21+
"name": "*.*"
22+
},
23+
{
24+
"in": "templates",
25+
"ignoreDotFiles": false,
26+
"name": [
27+
"*.*",
28+
".htrouter.php"
1629
]
1730
}
1831
],
1932
"git-version": "git_tag",
20-
"main": "phalcon.php",
21-
"output": "phalcon.phar",
2233
"stub": true
2334
}

0 commit comments

Comments
 (0)