Skip to content

Commit

Permalink
chore: bump minimum phpunit version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Jan 13, 2024
1 parent fa9f4a8 commit c818026
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"doctrine/doctrine-fixtures-bundle": "^3.5",
"liip/test-fixtures-bundle": "^2.7",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.4",
"phpunit/phpunit": "^10.5",
"nesbot/carbon": "3.x-dev as 3.0",
"symfony/browser-kit": "^6.4 || ^7.0",
"symfony/css-selector": "^6.4 || ^7.0",
Expand All @@ -61,9 +61,9 @@
},
"suggest": {
"ext-pcntl": "For using the scheduler daemon",
"symfony/notifier": "Send Notifications (E-Mails) ^6.4 || ^7.0",
"twig/cssinliner-extra": "Needed for E-Mail Notification ^3.0",
"twig/inky-extra": "Needed for E-Mail Notification ^3.0",
"symfony/notifier": "Send Notifications (E-Mails)",
"twig/cssinliner-extra": "Needed for E-Mail Notification",
"twig/inky-extra": "Needed for E-Mail Notification",
"ext-posix": "*"
},
"autoload": {
Expand Down

0 comments on commit c818026

Please sign in to comment.