Skip to content

Commit

Permalink
Merge pull request #658 from phalcon/2.0.x
Browse files Browse the repository at this point in the history
2.0.11
  • Loading branch information
sergeyklay committed May 4, 2016
2 parents 54bc21b + c06af92 commit c31bccc
Show file tree
Hide file tree
Showing 7,464 changed files with 132 additions and 761,948 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
29 changes: 20 additions & 9 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,34 @@
{
"main": "phalcon.php",
"output": "phalcon.phar",
"chmod": "0755",
"directories": [
"resources",
"scripts",
"templates"
],
"files": "webtools.php",
"files": [
"webtools.php",
"docs/LICENSE.txt"
],
"finder": [
{
"exclude": [
"CONTRIBUTING.md",
"README.md",
"LICENSE",
"phalcon.bat",
"phalcon.sh"
"in": "resources",
"name": "*.*"
},
{
"in": "scripts",
"name": "*.*"
},
{
"in": "templates",
"ignoreDotFiles": false,
"name": [
"*.*",
".htrouter.php"
]
}
],
"git-version": "git_tag",
"main": "phalcon.php",
"output": "phalcon.phar",
"stub": true
}
Loading

0 comments on commit c31bccc

Please sign in to comment.