Skip to content

Commit

Permalink
drop php8.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklog authored and Michael Petri committed Dec 4, 2023
1 parent beb55cb commit 7bf3997
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"license": "MIT",
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.2.0 || ~8.3.0",
"symfony/console": "^5.2 || ^6.0 || ^7.0",
"webmozart/assert": "^1.11"
},
Expand Down
28 changes: 14 additions & 14 deletions composer.lock

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

0 comments on commit 7bf3997

Please sign in to comment.