Skip to content

Commit

Permalink
feat: bump symfony versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ALameLlama committed Jan 28, 2024
1 parent 5efa8bd commit 0595e40
Show file tree
Hide file tree
Showing 2 changed files with 203 additions and 203 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.0 || <8.3",
"symfony/console": "^5.0 || ^6.0",
"symfony/process": "^5.0 || ^6.0",
"symfony/yaml": "^5.0 || ^6.0"
"symfony/console": "^5.0 || ^6.0 || ^7.0",
"symfony/process": "^5.0 || ^6.0 || ^7.0",
"symfony/yaml": "^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down
Loading

0 comments on commit 0595e40

Please sign in to comment.