Skip to content

Commit

Permalink
Fix PHP 8.0 compatibility for tests to avoid mixed versions there
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Jun 10, 2024
1 parent 84b5bf6 commit 588eafd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"symfony/console": "^4.4 || ^5.4 || ^6.3 || ^7.0",
"symfony/dotenv": "^4.4 || ^5.4 || ^6.3 || ^7.0",
"symfony/error-handler": "^4.4 || ^5.4 || ^6.3 || ^7.0",
"symfony/security-bundle": "^4.4 || ^5.4 || ^6.3 || ^7.0",
"symfony/monolog-bundle": "^3.1",
"thecodingmachine/phpstan-strict-rules": "^1.0"
},
Expand Down

0 comments on commit 588eafd

Please sign in to comment.