Update dependencies.

This commit is contained in:
Dane Everitt 2017-06-18 22:11:11 -05:00
parent bb2531618b
commit ddb98df4af
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 293 additions and 468 deletions

View file

@ -18,6 +18,16 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### Changed
* Blocked out the `Reinstall` button for servers that have failed installation to avoid confusion and bugs causing the daemon to break.
* Updated dependencies, listed below.
```
aws/aws-sdk-php (3.26.5 => 3.29.7)
laravel/framework (v5.4.21 => v5.4.27)
barryvdh/laravel-debugbar (v2.3.2 => v2.4.0)
fideloper/proxy (3.3.0 => 3.3.3)
igaster/laravel-theme (v1.14 => v1.16)
laravel/tinker (v1.0.0 => v1.0.1)
spatie/laravel-fractal (4.0.0 => 4.0.1)
```
## v0.6.1 (Courageous Carniadactylus)
### Fixed