Skip to content

Commit

Permalink
Drop Symfony 5 and add 7
Browse files Browse the repository at this point in the history
  • Loading branch information
svpernova09 committed Jan 29, 2024
1 parent 7011a1f commit 4d8e475
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "A virtual machine for web artisans.",
"require": {
"php": "^8.1 || <8.3",
"symfony/console": "^5.0 || ^6.0",
"symfony/process": "^5.0 || ^6.0",
"symfony/yaml": "^5.0 || ^6.0"
"symfony/console": "^6.0 || ^7.0",
"symfony/process": "^6.0 || ^7.0",
"symfony/yaml": "^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 4d8e475

Please sign in to comment.