Skip to content

Commit 353a7b9

Browse files
committed
Update dependencies
1 parent 9ccefbe commit 353a7b9

File tree

2 files changed

+124
-117
lines changed

2 files changed

+124
-117
lines changed

composer.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,19 @@
1212
],
1313
"require": {
1414
"php": ">=7.0.0",
15-
"aws/aws-sdk-php": "3.25.1",
15+
"aws/aws-sdk-php": "3.26.5",
1616
"barryvdh/laravel-debugbar": "2.3.2",
1717
"daneeveritt/login-notifications": "1.0.0",
1818
"doctrine/dbal": "2.5.12",
1919
"edvinaskrucas/settings": "2.0.0",
20+
"ext-mbstring": "*",
21+
"ext-zip": "*",
22+
"ext-pdo_mysql": "*",
2023
"fideloper/proxy": "3.3.0",
2124
"guzzlehttp/guzzle": "6.2.3",
2225
"igaster/laravel-theme": "1.14.0",
2326
"laracasts/utilities": "2.1.0",
24-
"laravel/framework": "5.4.18",
27+
"laravel/framework": "5.4.21",
2528
"laravel/tinker": "1.0.0",
2629
"lord/laroute": "2.4.4",
2730
"mtdowling/cron-expression": "1.2.0",
@@ -31,7 +34,7 @@
3134
"predis/predis": "1.1.1",
3235
"prologue/alerts": "0.4.1",
3336
"s1lentium/iptools": "1.1.0",
34-
"spatie/laravel-fractal": "3.5.0",
37+
"spatie/laravel-fractal": "4.0.0",
3538
"webpatser/laravel-uuid": "2.0.1"
3639
},
3740
"require-dev": {
@@ -55,12 +58,10 @@
5558
},
5659
"scripts": {
5760
"pre-install-cmd": [
58-
"php -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"",
59-
"php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\""
61+
"rm -f bootstrap/cache/services.php bootstrap/cache/compiled.php"
6062
],
6163
"pre-update-cmd": [
62-
"php -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"",
63-
"php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\""
64+
"rm -f bootstrap/cache/services.php bootstrap/cache/compiled.php"
6465
],
6566
"post-install-cmd": [
6667
"Illuminate\\Foundation\\ComposerScripts::postInstall",

0 commit comments

Comments
 (0)