Skip to content

Commit

Permalink
correção no autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Figueiredo committed May 13, 2016
1 parent 7d6b521 commit 7e9bda2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
{
"name": "webdevbr/eloquent-zf2",
"description": "Integration of Illuminate\\Database with Zend Framework 2",
"type": "zf-module",
"license": "BSD-3-Clause",
"keywords": [
"framework",
"zf2",
"eloquent",
"illuminate"
"illuminate",
"orm"
],
"require": {
"php": ">=5.3.3",
"php": ">=5.5.9",
"illuminate/database": "^5.2",
"illuminate/events": "^5.2"
},
"autoload": {
"classmap": [
"./Module.php"
]
}
}

0 comments on commit 7e9bda2

Please sign in to comment.