-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added edu to authors + travis notifications
- Loading branch information
Adrián Pardellas Blunier
committed
Jun 2, 2016
1 parent
94c1f87
commit ef43cb4
Showing
2 changed files
with
38 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ notifications: | |
email: | ||
- "[email protected]" | ||
- "[email protected]" | ||
- "[email protected]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |