Update dependencies.
This commit is contained in:
parent
bb2531618b
commit
ddb98df4af
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -18,6 +18,16 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* Blocked out the `Reinstall` button for servers that have failed installation to avoid confusion and bugs causing the daemon to break.
|
* 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)
|
## v0.6.1 (Courageous Carniadactylus)
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -12,20 +12,20 @@
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.0.0",
|
"php": ">=7.0.0",
|
||||||
"aws/aws-sdk-php": "3.26.5",
|
"aws/aws-sdk-php": "3.29.7",
|
||||||
"barryvdh/laravel-debugbar": "2.3.2",
|
"barryvdh/laravel-debugbar": "2.4.0",
|
||||||
"daneeveritt/login-notifications": "1.0.0",
|
"daneeveritt/login-notifications": "1.0.0",
|
||||||
"doctrine/dbal": "2.5.12",
|
"doctrine/dbal": "2.5.12",
|
||||||
"edvinaskrucas/settings": "2.0.0",
|
"edvinaskrucas/settings": "2.0.0",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"ext-zip": "*",
|
"ext-zip": "*",
|
||||||
"ext-pdo_mysql": "*",
|
"ext-pdo_mysql": "*",
|
||||||
"fideloper/proxy": "3.3.0",
|
"fideloper/proxy": "3.3.3",
|
||||||
"guzzlehttp/guzzle": "6.2.3",
|
"guzzlehttp/guzzle": "6.2.3",
|
||||||
"igaster/laravel-theme": "1.14.0",
|
"igaster/laravel-theme": "1.16.0",
|
||||||
"laracasts/utilities": "2.1.0",
|
"laracasts/utilities": "2.1.0",
|
||||||
"laravel/framework": "5.4.21",
|
"laravel/framework": "5.4.27",
|
||||||
"laravel/tinker": "1.0.0",
|
"laravel/tinker": "1.0.1",
|
||||||
"lord/laroute": "2.4.4",
|
"lord/laroute": "2.4.4",
|
||||||
"mtdowling/cron-expression": "1.2.0",
|
"mtdowling/cron-expression": "1.2.0",
|
||||||
"nesbot/carbon": "1.22.1",
|
"nesbot/carbon": "1.22.1",
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
"predis/predis": "1.1.1",
|
"predis/predis": "1.1.1",
|
||||||
"prologue/alerts": "0.4.1",
|
"prologue/alerts": "0.4.1",
|
||||||
"s1lentium/iptools": "1.1.0",
|
"s1lentium/iptools": "1.1.0",
|
||||||
"spatie/laravel-fractal": "4.0.0",
|
"spatie/laravel-fractal": "4.0.1",
|
||||||
"webpatser/laravel-uuid": "2.0.1"
|
"webpatser/laravel-uuid": "2.0.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue