Skip to content

Commit

Permalink
Merge pull request #11 from tasko-products/symfony-6.0-support
Browse files Browse the repository at this point in the history
Symfony ^6.0 support
  • Loading branch information
lrotermund authored Feb 8, 2024
2 parents 7da56db + f4bd5ba commit 1f7ac1a
Show file tree
Hide file tree
Showing 3 changed files with 582 additions and 956 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"type": "symfony-bundle",
"require": {
"php": ">=8.1",
"symfony/framework-bundle": "^5.4",
"symfony/framework-bundle": "^5.4 || ^6.0",
"promphp/prometheus_client_php": "2.4.0",
"symfony/messenger": "^5.4"
"symfony/messenger": "^5.4 || ^6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0.0",
Expand Down
Loading

0 comments on commit 1f7ac1a

Please sign in to comment.