Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 4, 2017
1 parent c62599e commit 2ff331f
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.3 - 2017-12-05

- prevent tables being dropped on the non-default connection

## 1.1.2 - 2017-09-26

- fix for windows users
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"require": {
"php": "^7.0",
"illuminate/support": "^5.4.30",
"league/flysystem": "^1.0.40",
"league/flysystem": "^1.0.41",
"spatie/db-dumper": "^2.7",
"spatie/laravel-migrate-fresh": "^1.4.1",
"spatie/temporary-directory": "^1.1"
},
"require-dev": {
"mockery/mockery": "^0.9.8",
"orchestra/testbench": "^3.4.5",
"orchestra/testbench": "^3.4.10",
"phpunit/phpunit": "^5.7"
},
"autoload": {
Expand Down

0 comments on commit 2ff331f

Please sign in to comment.