Skip to content
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
Merge pull request #644 from Ocramius/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Support PHP 8.2, drop PHP 8.0 support, upgrade dependencies
  • Loading branch information
Ocramius authored Dec 1, 2022
2 parents 42ead16 + b4f28c1 commit 9537dff
Show file tree
Hide file tree
Showing 5 changed files with 195 additions and 329 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.0"
- "8.1"
- "8.2"
operating-system:
- "ubuntu-latest"

Expand Down
12 changes: 5 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,18 @@
}
],
"require": {
"php": "~8.0.0 || ~8.1.0",
"php": "~8.1.0 || ~8.2.0",
"nikic/php-parser": "^4.15.2",
"ocramius/code-generator-utils": "^1.5.0",
"ocramius/code-generator-utils": "^1.6.0",
"laminas/laminas-hydrator": "^4.8.0"
},
"require-dev": {
"doctrine/coding-standard": "^10.0.0",
"laminas/laminas-servicemanager": "^3.19.0",
"laminas/laminas-stdlib": "^3.15.0",
"phpbench/phpbench": "^1.2.7",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.3",
"roave/infection-static-analysis-plugin": "^1.25.0",
"vimeo/psalm": "^4.30.0"
"roave/infection-static-analysis-plugin": "^1.26.0",
"vimeo/psalm": "^5.0.0"
},
"autoload": {
"psr-4": {
Expand All @@ -52,7 +50,7 @@
"infection/extension-installer": false
},
"platform": {
"php": "8.0.99"
"php": "8.1.99"
},
"sort-packages": true
}
Expand Down
Loading

0 comments on commit 9537dff

Please sign in to comment.