Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jnvsor committed Nov 11, 2023
1 parent 2eb9e74 commit cfe83ed
Show file tree
Hide file tree
Showing 29 changed files with 685 additions and 2,907 deletions.
12 changes: 6 additions & 6 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,24 +87,24 @@
'php_unit_dedicate_assert' => true,
'php_unit_namespaced' => true,
'php_unit_set_up_tear_down_visibility' => true,
'php_unit_test_annotation' => false,
'php_unit_test_annotation' => true,
'php_unit_test_class_requires_covers' => true,
'phpdoc_add_missing_param_annotation' => [
'only_untyped' => true,
],
'phpdoc_to_comment' => false, // Required for certain Psalm workarounds
'phpdoc_types_order' => true,
'simplified_null_return' => false,
'strict_param' => true,
'string_line_ending' => true,
'self_accessor' => true,
'visibility_required' => true,
'declare_strict_types' => true,
'global_namespace_import' => [
'import_constants' => false,
'import_functions' => false,
'import_classes' => true,
],
'operator_linebreak' => [
'only_booleans' => true,
'position' => 'end',
],
'no_null_property_initialization' => false,
])
->setFinder(
PhpCsFixer\Finder::create()
Expand Down
Binary file modified build/kint.phar
Binary file not shown.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"friendsofphp/php-cs-fixer": "^3",
"phpunit/phpunit": "^9",
"phpspec/prophecy-phpunit": "^2",
"symfony/finder": "^4.0 || ^5.0 || ^6.0",
"symfony/finder": ">=4.0",
"seld/phar-utils": "^1",
"vimeo/psalm": "^5@dev"
"vimeo/psalm": "^5"
},
"autoload": {
"files": ["init.php"],
Expand All @@ -39,7 +39,7 @@
},
"config": {
"platform": {
"php": "8.1"
"php": "8.2"
}
},
"scripts": {
Expand Down
Loading

0 comments on commit cfe83ed

Please sign in to comment.