Skip to content

Commit

Permalink
Merge pull request #182 from TheDragonCode/3.x
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
andrey-helldar authored Aug 3, 2023
2 parents 35035cb + 1fc1f94 commit 815542e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@
"require-dev": {
"dragon-code/pretty-array": "^4.1",
"dragon-code/support": "^6.11.2",
"friendsofphp/php-cs-fixer": "^3.21.1",
"illuminate/view": "^10.15.0",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.15",
"friendsofphp/php-cs-fixer": "^3.22.0",
"illuminate/view": "^10.17.1",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.16",
"laravel-zero/framework": "^10.1.1",
"mockery/mockery": "^1.6.2",
"mockery/mockery": "^1.6.4",
"nunomaduro/termwind": "^1.15.1",
"pedrotroller/php-cs-custom-fixer": "^2.32.1",
"pestphp/pest": "^2.8.3",
"pestphp/pest": "^2.12.0",
"seld/jsonlint": "^1.10",
"symfony/yaml": "^6.3"
"symfony/yaml": "^6.3.3"
},
"minimum-stability": "stable",
"prefer-stable": true,
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/presets/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
'identical' => false,
'less_and_greater' => false,
],

'yield_from_array_to_yields' => true,

'phpdoc_param_order' => true,
Expand Down

0 comments on commit 815542e

Please sign in to comment.