Bumped version, small bit of cleanup
This commit is contained in:
parent
fc7ce83cbc
commit
a82b10394d
1 changed files with 13 additions and 7 deletions
|
@ -1,16 +1,22 @@
|
||||||
{
|
{
|
||||||
"name": "joshtronic/php-loremipsum",
|
"name": "joshtronic/php-loremipsum",
|
||||||
"description": "Lorem ipsum generator in PHP without dependencies",
|
"description": "Lorem ipsum generator in PHP without dependencies",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"keywords": ["lorem", "ipsum", "generator"],
|
"keywords": [
|
||||||
|
"lorem",
|
||||||
|
"ipsum",
|
||||||
|
"generator"
|
||||||
|
],
|
||||||
"homepage": "https://github.com/joshtronic/php-loremipsum",
|
"homepage": "https://github.com/joshtronic/php-loremipsum",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [{
|
"authors": [
|
||||||
"name": "Josh Sherman",
|
{
|
||||||
"email": "josh@gravityblvd.com",
|
"name": "Josh Sherman",
|
||||||
"homepage": "https://joshtronic.com"
|
"email": "josh@gravityblvd.com",
|
||||||
}],
|
"homepage": "https://joshtronic.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0"
|
"php": ">=5.3.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue