Skip to content

Commit

Permalink
added autoload files for global __ function
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalladino committed Feb 19, 2015
1 parent 32833ae commit 91a3354
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
"phpunit/phpunit": "~4.1"
},
"repositories" : [
{
"type": "vcs",
"url": "https://github.com/ppalladino/underscore.php"
}
],
{
"type": "vcs",
"url": "https://github.com/ppalladino/underscore.php"
}
],
"autoload": {
"classmap": ["underscore.php"]
"classmap": ["underscore.php"],
"files": ["underscore.php"]
}
}

0 comments on commit 91a3354

Please sign in to comment.