Initial commit
This commit is contained in:
parent
83cf1bc068
commit
1d7bea2b91
3 changed files with 202 additions and 1 deletions
21
composer.json
Normal file
21
composer.json
Normal 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/"}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue