Skip to content

Commit

Permalink
[WIP][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.0 || ^8.2.7'
```

---

Temporary using TF branch for 8 to test changes
before releasing 8.2.7.

```shell
composer require --dev --no-update \
  'typo3/testing-framework':'^7.0 || dev-8-codeception-htaccess@dev'
```
  • Loading branch information
sbuerk committed Dec 5, 2024
1 parent 2c785b4 commit de93949
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.0 || dev-8-codeception-htaccess@dev",
"phpstan/phpstan": "^1.10",
"typo3/coding-standards": "^0.5.5",
"friendsofphp/php-cs-fixer": "^3.51",
Expand Down

0 comments on commit de93949

Please sign in to comment.