Skip to content

Commit

Permalink
[TASK] do not use phpunit 11
Browse files Browse the repository at this point in the history
phpunit 11 deprecates Metadata in doc-comments but they are needed for PHP7.4
  • Loading branch information
achimfritz committed Jun 22, 2024
1 parent 6caf1a1 commit 431c54c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"saschaegerer/phpstan-typo3": "^1.8",
"typo3/coding-standards": "^0.5.5",
"typo3/tailor": "^1.1",
"typo3/testing-framework": "^7.0 || ^8.0"
"typo3/testing-framework": "^7.0 || ^8.0",
"phpunit/phpunit": "9.6 || ^10.5"
},
"config": {
"vendor-dir": ".Build/vendor",
Expand Down

0 comments on commit 431c54c

Please sign in to comment.