|
12 | 12 | ], |
13 | 13 | "require": { |
14 | 14 | "php": ">=7.0.0", |
15 | | - "aws/aws-sdk-php": "3.25.1", |
| 15 | + "aws/aws-sdk-php": "3.26.5", |
16 | 16 | "barryvdh/laravel-debugbar": "2.3.2", |
17 | 17 | "daneeveritt/login-notifications": "1.0.0", |
18 | 18 | "doctrine/dbal": "2.5.12", |
19 | 19 | "edvinaskrucas/settings": "2.0.0", |
| 20 | + "ext-mbstring": "*", |
| 21 | + "ext-zip": "*", |
| 22 | + "ext-pdo_mysql": "*", |
20 | 23 | "fideloper/proxy": "3.3.0", |
21 | 24 | "guzzlehttp/guzzle": "6.2.3", |
22 | 25 | "igaster/laravel-theme": "1.14.0", |
23 | 26 | "laracasts/utilities": "2.1.0", |
24 | | - "laravel/framework": "5.4.18", |
| 27 | + "laravel/framework": "5.4.21", |
25 | 28 | "laravel/tinker": "1.0.0", |
26 | 29 | "lord/laroute": "2.4.4", |
27 | 30 | "mtdowling/cron-expression": "1.2.0", |
|
31 | 34 | "predis/predis": "1.1.1", |
32 | 35 | "prologue/alerts": "0.4.1", |
33 | 36 | "s1lentium/iptools": "1.1.0", |
34 | | - "spatie/laravel-fractal": "3.5.0", |
| 37 | + "spatie/laravel-fractal": "4.0.0", |
35 | 38 | "webpatser/laravel-uuid": "2.0.1" |
36 | 39 | }, |
37 | 40 | "require-dev": { |
|
55 | 58 | }, |
56 | 59 | "scripts": { |
57 | 60 | "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" |
60 | 62 | ], |
61 | 63 | "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" |
64 | 65 | ], |
65 | 66 | "post-install-cmd": [ |
66 | 67 | "Illuminate\\Foundation\\ComposerScripts::postInstall", |
|
0 commit comments