Skip to content

Commit

Permalink
add version
Browse files Browse the repository at this point in the history
add version
  • Loading branch information
amir2b authored Feb 1, 2017
1 parent b478373 commit e660524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ project's `composer.json`.
{
"require": {
"laravel/framework": "5.0.*",
"amir2b/image-fit": "dev-master"
"amir2b/image-fit": "^1.0"
},
"minimum-stability": "dev"
}
Expand All @@ -23,7 +23,7 @@ or
Require this package with composer:

```
composer require amir2b/image-fit:dev-master
composer require amir2b/image-fit
```

Update your packages with ```composer update``` or install with ```composer install```.
Expand Down

0 comments on commit e660524

Please sign in to comment.