Skip to content

Commit

Permalink
added edu to authors + travis notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrián Pardellas Blunier committed Jun 2, 2016
1 parent 94c1f87 commit ef43cb4
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 33 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ notifications:
email:
- "[email protected]"
- "[email protected]"
- "[email protected]"
70 changes: 37 additions & 33 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,40 @@
{
"name": "anavel/foundation",
"description": "Admin panel backbone for Laravel applications",
"keywords": [
"laravel",
"admin",
"admin panel",
"cms"
],
"authors": [
{
"name": "Adrian P. Blunier",
"email": "[email protected]"
"name": "anavel/foundation",
"description": "Admin panel backbone for Laravel applications",
"keywords": [
"laravel",
"admin",
"admin panel",
"cms"
],
"authors": [
{
"name": "Adrian P. Blunier",
"email": "[email protected]"
},
{
"name": "Carlos Morales",
"email": "[email protected]"
},
{
"name": "Eduardo Salguero",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "5.1.*",
"illuminate/translation": "5.1.*",
"knplabs/knp-menu": "2.1.*",
"javiereguiluz/easyslugger": "1.0.*"
},
{
"name": "Carlos Morales",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "5.1.*",
"illuminate/translation": "5.1.*",
"knplabs/knp-menu": "2.1.*",
"javiereguiluz/easyslugger": "1.0.*"
},
"require-dev": {
"almasaeed2010/adminlte": "2.*"
},
"autoload": {
"psr-4": {
"Anavel\\Foundation\\": "src/"
}
},
"minimum-stability": "stable"
"require-dev": {
"almasaeed2010/adminlte": "2.*"
},
"autoload": {
"psr-4": {
"Anavel\\Foundation\\": "src/"
}
},
"minimum-stability": "stable"
}

0 comments on commit ef43cb4

Please sign in to comment.