Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRadch committed Oct 29, 2015
1 parent 684b780 commit c07e298
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,20 @@
"name": "alex-rad/laravel-ldap-credentials",
"description": "Extends Database and Eloquent User Authentication Providers (Laravel framework) to validate credentials (email and password) in LDAP",
"homepage": "https://github.com/AlexRadch/Laravel-LdapCredentials",
"keywords": ["laravel", "ldap", "user", "authentication", "credentials"],
"keywords": ["laravel", "ldap", "user", "authentication", "provider", "credentials"],
"license": "MIT",
"authors": [
{
"name": "Alexander Radchenko",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.*",
"intervention/image": "2.*",
"intervention/imagecache": "2.*",
"doctrine/dbal": "~2.3",
"sleeping-owl/with-join": "1.*",
"illuminate/html": "~5.0"
},
"support": {
"issues": "https://github.com/AlexRadch/Laravel-LdapCredentials/issues"
},
"require": {
"php": ">=5.5",
"laravel/framework": ">=5.1"
"laravel/framework": "^5.1"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit c07e298

Please sign in to comment.