34 lines
753 B
JSON
34 lines
753 B
JSON
{
|
|
"name": "joshtronic/php-loremipsum",
|
|
"description": "Lorem ipsum generator in PHP without dependencies",
|
|
"version": "2.1.0",
|
|
"type": "library",
|
|
"keywords": [
|
|
"lorem",
|
|
"ipsum",
|
|
"generator"
|
|
],
|
|
"homepage": "https://github.com/joshtronic/php-loremipsum",
|
|
"license": "MIT",
|
|
"authors": [{
|
|
"name": "Josh Sherman",
|
|
"email": "hello@joshtronic.com",
|
|
"homepage": "https://joshtronic.com"
|
|
}],
|
|
"require": {
|
|
"php": ">=5.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.36 || ^9.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"joshtronic\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"joshtronic\\Tests\\": "tests/"
|
|
}
|
|
}
|
|
}
|