Skip to content

Commit

Permalink
[TASK] Switch to TF 7.x development constraint
Browse files Browse the repository at this point in the history
Used command(s):

```shell
composer require --no-update --dev \
  "typo3/testing-framework":"7.*.*@dev"
```
  • Loading branch information
sbuerk committed May 15, 2023
1 parent f930a05 commit 6372ff2
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 @@ -40,7 +40,7 @@
"typo3/cms-backend": "^11.5 || ^12.3 || ~12.4@dev",
"typo3/cms-composer-installers": "^3 || ^5",
"typo3/coding-standards": "^0.5.0",
"typo3/testing-framework": "dev-7-stefan-1"
"typo3/testing-framework": "7.*.*@dev"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6372ff2

Please sign in to comment.