Bumped version, small bit of cleanup

This commit is contained in:
Josh Sherman 2018-01-07 23:53:45 -06:00
parent fc7ce83cbc
commit a82b10394d
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -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", "name": "Josh Sherman",
"email": "josh@gravityblvd.com", "email": "josh@gravityblvd.com",
"homepage": "https://joshtronic.com" "homepage": "https://joshtronic.com"
}], }
],
"require": { "require": {
"php": ">=5.3.0" "php": ">=5.3.0"
}, },