Skip to content

Commit 8193a31

Browse files
dependabot[bot]fuelviews-app[bot]
authored andcommitted
Bump orchestra/testbench from 9.5.2 to 9.9.0 (#43)
* Bump orchestra/testbench from 9.5.2 to 9.9.0 Bumps [orchestra/testbench](https://github.com/orchestral/testbench) from 9.5.2 to 9.9.0. - [Release notes](https://github.com/orchestral/testbench/releases) - [Changelog](https://github.com/orchestral/testbench/blob/9.x/CHANGELOG-9.x.md) - [Commits](orchestral/testbench@v9.5.2...v9.9.0) --- updated-dependencies: - dependency-name: orchestra/testbench dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Fix styling --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent aa7382a commit 8193a31

File tree

4 files changed

+765
-1291
lines changed

4 files changed

+765
-1291
lines changed

Diff for: .php-cs-fixer.cache

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"php":"8.3.15","version":"3.66.2","indent":" ","lineEnding":"\n","rules":{"binary_operator_spaces":{"default":"at_least_single_space"},"blank_line_after_opening_tag":true,"blank_line_between_import_groups":true,"blank_lines_before_namespace":true,"braces_position":{"allow_single_line_empty_anonymous_classes":true},"class_definition":{"inline_constructor_arguments":false,"space_before_parenthesis":true},"compact_nullable_type_declaration":true,"declare_equal_normalize":true,"lowercase_cast":true,"lowercase_static_reference":true,"new_with_parentheses":true,"no_blank_lines_after_class_opening":true,"no_extra_blank_lines":{"tokens":["use"]},"no_leading_import_slash":true,"no_whitespace_in_blank_line":true,"ordered_class_elements":{"order":["use_trait"]},"ordered_imports":{"imports_order":["class","function","const"],"sort_algorithm":"none"},"return_type_declaration":true,"short_scalar_cast":true,"single_import_per_statement":{"group_to_single_imports":false},"single_space_around_construct":{"constructs_followed_by_a_single_space":["abstract","as","case","catch","class","const_import","do","else","elseif","final","finally","for","foreach","function","function_import","if","insteadof","interface","namespace","new","private","protected","public","static","switch","trait","try","use","use_lambda","while"],"constructs_preceded_by_a_single_space":["as","else","elseif","use_lambda"]},"single_trait_insert_per_statement":true,"ternary_operator_spaces":true,"unary_operator_spaces":{"only_dec_inc":true},"visibility_required":true,"blank_line_after_namespace":true,"constant_case":true,"control_structure_braces":true,"control_structure_continuation_position":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_keywords":true,"method_argument_space":{"attribute_placement":"ignore","on_multiline":"ensure_fully_multiline"},"no_break_comment":true,"no_closing_tag":true,"no_multiple_statements_per_line":true,"no_space_around_double_colon":true,"no_spaces_after_function_name":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_class_element_per_statement":{"elements":["property"]},"single_line_after_imports":true,"spaces_inside_parentheses":true,"statement_indentation":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"encoding":true,"full_opening_tag":true},"hashes":{"workbench\/app\/Providers\/WorkbenchServiceProvider.php":"51d888d64251f27b21dc742900176529","src\/Http\/Middleware\/HandleGclid.php":"98d21d7b1d6ce8c33550357128fd0947","src\/Http\/Middleware\/HandleUtm.php":"b142415f0298534f4ddc700c22f9f526","tests\/Pest.php":"04e1082069476a75cee346c62d61158a","tests\/ArchTest.php":"3ee5b69122c072917aa2cac591256b77","tests\/TestCase.php":"2dba53ba9e089d037777f8b8c85bb34a"}}

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to `laravel-navigation` will be documented in this file.
44

5+
## v0.0.10 - 2025-01-08
6+
7+
### What's Changed
8+
9+
* Bump poseidon/wait-for-status-checks from 0.5.0 to 0.6.0 by @dependabot in https://github.com/fuelviews/laravel-parameter-tagging/pull/33
10+
* Bump poseidon/wait-for-status-checks from 0.5.0 to 0.6.0 by @dependabot in https://github.com/fuelviews/laravel-parameter-tagging/pull/34
11+
* Bump laravel/framework from 11.26.0 to 11.31.0 in the composer group across 1 directory by @dependabot in https://github.com/fuelviews/laravel-parameter-tagging/pull/36
12+
* Bump pestphp/pest from 2.34.7 to 2.36.0 by @dependabot in https://github.com/fuelviews/laravel-parameter-tagging/pull/37
13+
* Bump orchestra/testbench from 9.5.2 to 9.9.0 by @dependabot in https://github.com/fuelviews/laravel-parameter-tagging/pull/43
14+
15+
**Full Changelog**: https://github.com/fuelviews/laravel-parameter-tagging/compare/v0.0.7...v0.0.10
16+
517
## v0.0.9 - 2024-11-10
618

719
### What's Changed

0 commit comments

Comments
 (0)