Skip to content

Commit

Permalink
Drop support for PHP < 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Anderson committed Apr 17, 2024
1 parent c135e3b commit fbd9fc2
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 150 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- windows-latest

php-version:
- "8.0"
- "8.2"

php-ini-values:
- assert.exception=1, zend.assertions=1, phar.readonly=false
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"robo"
],
"require": {
"php": ">=8.0",
"php": ">=8.2",
"consolidation/annotated-command": "^4.8.1",
"consolidation/config": "^2.0.1 || ^3",
"consolidation/log": "^2.0.2 || ^3",
"consolidation/config": "^3",
"consolidation/log": "^3",
"consolidation/output-formatters": "^4.1.2",
"league/container": "^3.3.1 || ^4.0",
"phpowermove/docblock": "^4.0",
Expand Down Expand Up @@ -63,7 +63,7 @@
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
"php": "8.0.17"
"php": "8.2.18"
}
},
"suggest": {
Expand Down
Loading

0 comments on commit fbd9fc2

Please sign in to comment.