Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
UnrulyNatives committed Sep 6, 2016
1 parent 2411507 commit 3998bc5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

This package contains several solutions. Pick and use the one which fits your needs.

Current version: 0.0.2 (pre-release)
Current version: 0.0.3 (pre-release)

## Installation

1. Add this line to your 'composer.json`

`"unrulynatives/attitudes": "0.0.2"`
`"unrulynatives/attitudes": "0.0.3"`

2. register the service provider in `config/app.php`.

Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"unrulynatives/helpers",
"description":"Laravel 5 helpers to use across all Laravel projects",
"name":"unrulynatives/attitudes",
"description":"Laravel 5 Upvote/Downvote system",
"keywords":[
"laravel",
"laravel5",
Expand All @@ -17,15 +17,16 @@
],
"require":{
"php":">=5.4.0",
"illuminate/support":"~5.0",
"thomaswelton/gravatarlib":"0.1.x"
"illuminate/support":"5.3.0"
},
"require-dev":{
"phpunit/phpunit":"4.8.*",
"mockery/mockery":"0.9.*"
},
"autoload": {
"psr-4": {
"App\\": "app/",

"Unrulynatives\\Attitudes\\": "src/"
}
},
Expand Down

0 comments on commit 3998bc5

Please sign in to comment.