Skip to content

Commit 37c7ba3

Browse files
committed
Update dependencies
1 parent 7f0a05c commit 37c7ba3

File tree

3 files changed

+1439
-903
lines changed

3 files changed

+1439
-903
lines changed

.php_cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ return PhpCsFixer\Config::create()
3333
'new_with_braces' => false,
3434
'no_alias_functions' => true,
3535
'no_multiline_whitespace_before_semicolons' => true,
36+
'no_superfluous_phpdoc_tags' => false,
3637
'no_unreachable_default_argument_value' => true,
3738
'no_useless_return' => true,
3839
'not_operator_with_successor_space' => true,

composer.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,35 +15,35 @@
1515
"ext-mbstring": "*",
1616
"ext-pdo_mysql": "*",
1717
"ext-zip": "*",
18-
"appstract/laravel-blade-directives": "^1.6",
19-
"aws/aws-sdk-php": "^3.110",
20-
"cakephp/chronos": "^1.2",
21-
"doctrine/dbal": "^2.9",
18+
"appstract/laravel-blade-directives": "^1.8",
19+
"aws/aws-sdk-php": "^3.134",
20+
"cakephp/chronos": "^1.3",
21+
"doctrine/dbal": "^2.10",
2222
"fideloper/proxy": "^4.2",
23-
"guzzlehttp/guzzle": "^6.3",
23+
"guzzlehttp/guzzle": "^6.5",
2424
"hashids/hashids": "^4.0",
25-
"laracasts/utilities": "^3.0",
26-
"laravel/framework": "^6.0.0",
27-
"laravel/helpers": "^1.1",
25+
"laracasts/utilities": "^3.1",
26+
"laravel/framework": "^6.18",
27+
"laravel/helpers": "^1.2",
2828
"laravel/tinker": "^1.0",
2929
"lcobucci/jwt": "^3.3",
3030
"matriphe/iso-639": "^1.2",
3131
"pragmarx/google2fa": "^5.0",
3232
"predis/predis": "^1.1",
3333
"prologue/alerts": "^0.4",
3434
"s1lentium/iptools": "^1.1",
35-
"spatie/laravel-fractal": "^5.6",
36-
"staudenmeir/belongs-to-through": "^2.6",
37-
"symfony/yaml": "^4.0",
38-
"webmozart/assert": "^1.5"
35+
"spatie/laravel-fractal": "^5.7",
36+
"staudenmeir/belongs-to-through": "^2.9",
37+
"symfony/yaml": "^4.4",
38+
"webmozart/assert": "^1.7"
3939
},
4040
"require-dev": {
4141
"barryvdh/laravel-debugbar": "^3.2",
4242
"barryvdh/laravel-ide-helper": "^2.6",
4343
"codedungeon/phpunit-result-printer": "0.25.1",
44-
"friendsofphp/php-cs-fixer": "^2.15.1",
45-
"laravel/dusk": "^5.5",
46-
"php-mock/php-mock-phpunit": "^2.4",
44+
"friendsofphp/php-cs-fixer": "^2.16.1",
45+
"laravel/dusk": "^5.11",
46+
"php-mock/php-mock-phpunit": "^2.6",
4747
"phpunit/phpunit": "^7"
4848
},
4949
"autoload": {

0 commit comments

Comments
 (0)