Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien-phi committed Dec 30, 2024
1 parent bf1c98d commit 318ca95
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 19 deletions.
23 changes: 11 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,21 @@
}
],
"require": {
"php": "^8.2",
"illuminate/translation": "^10.0 || ^11.0",
"illuminate/support": "^10.0 || ^11.0",
"illuminate/validation": "^10.0 || ^11.0"
"php": "^8.3",
"illuminate/translation": "^11.0",
"illuminate/support": "^11.0",
"illuminate/validation": "^11.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.7",
"nunomaduro/collision": "^7.10 || ^8.1",
"larastan/larastan": "^2.0.1",
"orchestra/testbench": "^8.0 || ^9.0",
"pestphp/pest": "^2.24",
"pestphp/pest-plugin-laravel": "^2.2",
"nunomaduro/collision": "^8.1",
"larastan/larastan": "^3.0",
"orchestra/testbench": "^9.0",
"pestphp/pest": "^3.0",
"pestphp/pest-plugin-laravel": "^3.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^10.4"
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 1 addition & 5 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
parameters:
ignoreErrors:
-
message: "#^Closure invoked with 2 parameters, 1 required\\.$#"
count: 2
path: src/Rules/Every.php
ignoreErrors: []
2 changes: 0 additions & 2 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ parameters:
- src
checkOctaneCompatibility: true
checkModelProperties: true
checkMissingIterableValueType: true

0 comments on commit 318ca95

Please sign in to comment.