Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
composer right support
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Aug 20, 2015
1 parent 1eb7409 commit 50327c3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "surikat/Localize",
"type": "library",
"description": "Localize - Internationalization Toolbox with Gettext wrapper, Extractors, Unicode Common Locale Data Repository",
"keywords": ["Localize","l10n","i18n","Localization","Internationalization","Gettext","CLDR","Common Locale Data Repository"],
"license": ["LGPL-3.0+","CC0-1.0"],
"homepage": "https://github.com/surikat/Localize",
"authors": [
{
"name": "Jo Surikat",
"email": "[email protected]",
"homepage": "http://wildsurikat.com/Documentation/Localize",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4":{
"Wild\\Localize\\": ""
}
},
"minimum-stability": "dev"
}

0 comments on commit 50327c3

Please sign in to comment.