Skip to content

Commit

Permalink
feat: support Symfony@6
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche committed Jun 20, 2022
1 parent 7d90eda commit 77d756d
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 252 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"php": ">=7.4",
"composer/composer": "^1 || ^2",
"pitch/annotation": "^1.0",
"symfony/config": "^5.4.9",
"symfony/dependency-injection": "^5.4.9",
"symfony/http-kernel": "^5.4.9"
"symfony/config": "^5.4.9 || ^6",
"symfony/dependency-injection": "^5.4.9 || ^6",
"symfony/http-kernel": "^5.4.9 || ^6"
},
"require-dev": {
"phpunit/phpunit": "^9.5.21",
"doctrine/annotations": "^1.12",
"mikey179/vfsstream": "^1.6.10",
"squizlabs/php_codesniffer": "^3.7.1",
"symfony/framework-bundle": "^5.4.9"
"symfony/framework-bundle": "^5.4.9 || ^6"
},
"scripts": {
"lint": "phpcs",
Expand Down
Loading

0 comments on commit 77d756d

Please sign in to comment.