Initial commit

This commit is contained in:
Josh Sherman 2015-03-16 00:13:14 -04:00
parent 83cf1bc068
commit 1d7bea2b91
3 changed files with 202 additions and 1 deletions

21
composer.json Normal file
View file

@ -0,0 +1,21 @@
{
"name": "joshtronic/php-flip",
"description": "PHP port of flip.js",
"version": "1.0.0",
"keywords": ["string", "flip", "text"],
"homepage": "https://github.com/joshtronic/php-flip",
"license": "MIT",
"authors": [
{
"name": "Josh Sherman",
"email": "josh@gravityblvd.com",
"homepage": "http://joshtronic"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {"joshtronic\\": "src/"}
}
}