Skip to content

Commit

Permalink
added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswallsmith committed Nov 5, 2012
1 parent dd8a635 commit 7e329f4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions composer.json
@@ -0,0 +1,16 @@
{
"name": "opensky/ldap-bundle",
"description": "Integrates LDAP",
"keywords": [ "ldap", "security" ],
"homepage": "https://github.com/opensky/LdapBundle",
"type": "symfony-bundle",
"license": "MIT",
"require": {
"php": ">=5.3.0",
"symfony/framework-bundle": ">=2.1.0,<2.3-dev"
},
"autoload": {
"psr-0": { "OpenSky\\Bundle\\LdapBundle": "" }
},
"target-dir": "OpenSky/Bundle/LdapBundle"
}

0 comments on commit 7e329f4

Please sign in to comment.