Skip to content

Commit

Permalink
add php8.3 and symfony7.0 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 c0726fe commit beb55cb
Show file tree
Hide file tree
Showing 2 changed files with 654 additions and 739 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
],
"license": "MIT",
"require": {
"php": "~8.1.0 || ~8.2.0",
"symfony/console": "^5.2 || ^6.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"symfony/console": "^5.2 || ^6.0 || ^7.0",
"webmozart/assert": "^1.11"
},
"require-dev": {
Expand Down
Loading

0 comments on commit beb55cb

Please sign in to comment.