Skip to content

Commit

Permalink
[Composer] Update package definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Jun 5, 2012
1 parent 87b06b1 commit dcdb74c
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
"type": "symfony-bundle",
"description": "This package provide users and authentication services based on LDAP directories for Symfony2 framework",
"keywords": ["ldap", "authentication"],
"version": "1.5.2",
"license": "MIT",
"homepage": "https://github.com/Maks3w/FR3DLdapBundle",
"authors": [
{
"name": "Maks3w"
}
],
"support": {
"issues": "https://github.com/Maks3w/FR3DLdapBundle/issues",
"source": "https://github.com/Maks3w/FR3DLdapBundle"
},
"require": {
"php": ">=5.3.2",
"ext-ldap": "*",
Expand All @@ -18,16 +22,23 @@
"symfony/security": "2.0.*",
"symfony/security-bundle": "2.0.*"
},
"recommend": {
"require-dev": {
"symfony/class-loader": "2.0.*",
"symfony/validator": "2.0.*"
},
"suggest": {
"symfony/framework-bundle": "2.0.*",
"friendsofsymfony/user-bundle": "*"
"symfony/validator": "Allow pre-validate for existing users before register new ones",
"friendsofsymfony/user-bundle": "Integrate authentication and management for DB users, useful for unmanaged LDAP servers"
},
"autoload": {
"psr-0": { "FR3D\\LdapBundle": "" }
"psr-0": {
"FR3D\\LdapBundle": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.5.x-dev"
}
},
"target-dir": "FR3D/LdapBundle"
}

0 comments on commit dcdb74c

Please sign in to comment.