Skip to content

Commit

Permalink
Require Symfony v6
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Dec 2, 2021
1 parent 7cbbf39 commit 209e977
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"license": "MIT",
"require": {
"php": "^8.0",
"symfony/config": "^5.0",
"symfony/console": "^5.0",
"symfony/dependency-injection": "^5.0",
"symfony/http-kernel": "^5.0",
"symfony/yaml": "^5.0",
"symfony/config": "^6.0",
"symfony/console": "^6.0",
"symfony/dependency-injection": "^6.0",
"symfony/http-kernel": "^6.0",
"symfony/yaml": "^6.0",
"tracy/tracy": "^2.8"
},
"require-dev": {
Expand Down

0 comments on commit 209e977

Please sign in to comment.