Skip to content

Commit

Permalink
0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMuller committed Aug 7, 2024
1 parent d6c5dc0 commit 197f258
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
"ext-simplexml": "*",
"spatie/laravel-package-tools": "^1.16",
"laravel/framework": "^10.0|^11.0",
"softrules/php": "^0.2.7"
"softrules/php": "^0.2.12"
},
"require-dev": {
"laravel/pint": "^1.16",
"laravel/pint": "^1.17",
"nunomaduro/collision": "^8.1.1||^7.10.0",
"larastan/larastan": "^2.9",
"orchestra/testbench": "^9.0.0||^8.23.0",
"pestphp/pest": "^2.34",
"orchestra/testbench": "^9.0.0||^8.24.0",
"pestphp/pest": "^2.35",
"pestphp/pest-plugin-arch": "^2.7",
"pestphp/pest-plugin-laravel": "^2.4",
"rector/rector": "^1.1",
"phpstan/extension-installer": "^1.3",
"rector/rector": "^1.2",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan-deprecation-rules": "^1.2",
"phpstan/phpstan-phpunit": "^1.4",
"roave/security-advisories": "dev-latest"
Expand Down
4 changes: 4 additions & 0 deletions pint.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
"allow_single_line_anonymous_functions": false
},
"function_typehint_space": false,
"new_with_parentheses": {
"anonymous_class": false,
"named_class": true
},
"unary_operator_spaces": false,
"constant_case": false,
"single_space_around_construct": false,
Expand Down

0 comments on commit 197f258

Please sign in to comment.