Skip to content

Commit

Permalink
BC: Require PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbruce committed May 19, 2024
1 parent 12a5dad commit 322605a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 39 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/php81.yml

This file was deleted.

6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
}
],
"require": {
"php": "^8.1 || ^8.2",
"php": "^8.2",
"8fold/php-xml-builder": "^2.0",
"psr/http-message": "^1.1 || ^2.0",
"psr/http-message": "^2.0",
"psr/log": "^3.0",
"voku/portable-ascii": "^2.0",
"symfony/finder": "^6.0 || ^7.0"
"symfony/finder": "^7.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 322605a

Please sign in to comment.