Skip to content

Commit

Permalink
Added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemistr committed Mar 15, 2015
1 parent 9df0137 commit 3ccf0aa
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "zemistr/l10n",
"description": "Localization and Plurals",
"keywords": [
"l10n",
"localization",
"plurals"
],
"homepage": "https://github.com/zemistr/l10n",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "Martin Zeman (Zemistr)",
"homepage": "http://zemistr.eu"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"l10n\\": "src/l10n"
}
}
}

0 comments on commit 3ccf0aa

Please sign in to comment.