Skip to content

Commit

Permalink
Init composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-burianek committed Dec 5, 2014
1 parent f4e560a commit 6e6c7c2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "jan-burianek/ldap-passwd-changer",
"description": "Simple set of PHP scripts enabling LDAP users to change their passwords",
"license": "GPL-3.0",
"authors": [
{
"name": "Jan Buriánek",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"nette/nette-minified": "v2.2.3",
"twbs/bootstrap": "v3.3.1"
}
}

0 comments on commit 6e6c7c2

Please sign in to comment.