Skip to content

Commit

Permalink
edit changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Aug 4, 2017
1 parent 59428df commit 5af6ebe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-db-snapshots` will be documented in this file

## 1.1.1 - 2017-08-04

- fix `connection` option to load snapshot command

## 1.1.0 - 2017-06-13

- add `connection` option to load snapshot command
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"require": {
"php": "^7.0",
"illuminate/support": "^5.4.16",
"league/flysystem": "^1.0.27",
"illuminate/support": "^5.4.30",
"league/flysystem": "^1.0.40",
"spatie/db-dumper": "^2.7",
"spatie/laravel-migrate-fresh": "^1.4.1",
"spatie/temporary-directory": "^1.1"
Expand Down

0 comments on commit 5af6ebe

Please sign in to comment.