Skip to content

Commit

Permalink
[TASK] Adjust typo3/testing-framework constraint
Browse files Browse the repository at this point in the history
The composer package version constraint for the
`typo3/testing-framework` is adjusted to ensure
latest version for each required major versions.

Used command(s):

```shell
composer require --dev --no-update \
  'typo3/testing-framework':'^7.1.1 || ^8.2.7'
```

[1] /~https://github.com/TYPO3/testing-framework/releases/tag/8.2.7
  • Loading branch information
sbuerk committed Dec 5, 2024
1 parent 2c785b4 commit 63ac371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"typo3/cms-fluid-styled-content": "^11.5 || ^12.4 || ^13.4",
"typo3/cms-info": "^11.5 || ^12.4 || ^13.4",
"typo3/cms-workspaces": "^11.5 || ^12.4 || ^13.4",
"typo3/testing-framework": "^7.0 || ^8.0",
"typo3/testing-framework": "^7.1.1 || ^8.2.7",
"phpstan/phpstan": "^1.10",
"typo3/coding-standards": "^0.5.5",
"friendsofphp/php-cs-fixer": "^3.51",
Expand Down

0 comments on commit 63ac371

Please sign in to comment.