Preparing for versioning.
This commit is contained in:
parent
cf12a556de
commit
6006449f39
2 changed files with 8 additions and 4 deletions
|
@ -43,7 +43,7 @@ to your `composer.json`
|
|||
|
||||
```json
|
||||
"require": {
|
||||
"joshtronic/php-loremipsum": "dev-master"
|
||||
"joshtronic/php-loremipsum": "1.0.*"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
{
|
||||
"name": "joshtronic/php-loremipsum",
|
||||
"description": "Lorem ipsum generator in PHP without dependencies",
|
||||
"homepage": "https://github.com/joshtronic/php-loremipsum",
|
||||
"license": "MIT",
|
||||
"authors": [{
|
||||
"name": "Josh Sherman",
|
||||
"email": "josh@gravityblvd.com",
|
||||
"homepage": "https://github.com/joshtronic/php-loremipsum"
|
||||
"homepage": "http://joshtronic.com"
|
||||
}],
|
||||
"autoload": {
|
||||
"classmap": ["src/"]
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"satooshi/php-coveralls": "dev-master"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {"joshtronic\\": "src/"}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue