Skip to content

Commit

Permalink
Update deps (#175)
Browse files Browse the repository at this point in the history
* Update deps
  • Loading branch information
fezfez authored Feb 24, 2025
1 parent 764687f commit a0f3544
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "PhpStan",
"job": {
"php": "8.2",
"php": "8.3",
"dependencies": "latest",
"command": "vendor/bin/phpstan analyse"
}
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
}
],
"require": {
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
"php": "~8.3.0 || ~8.4.0",
"job-runner/job-runner": "^1.4",
"symfony/console": "^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"doctrine/coding-standard": "^12.0",
"phpunit/phpunit": "^11.5.3",
"phpstan/phpstan": "^2.1.2"
"phpunit/phpunit": "^12.0.4",
"phpstan/phpstan": "^2.1.6"
},
"autoload": {
"psr-4": {
Expand All @@ -37,7 +37,7 @@
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "8.2.99"
"php": "8.3.99"
}
}
}

0 comments on commit a0f3544

Please sign in to comment.