mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
[TASK] Switch to a stable version of typo3/testing-framework
(#823)
Now that version 7.0.0 and 8.0.0 have been released, we can switch away from the dev version. The new version also makes the testing framework bridge unnecessary.
This commit is contained in:
parent
a281a7355f
commit
90e17df279
1 changed files with 1 additions and 2 deletions
|
@ -46,13 +46,12 @@
|
|||
"phpstan/phpstan-strict-rules": "^1.5.1",
|
||||
"phpunit/phpunit": "^9.6.7",
|
||||
"saschaegerer/phpstan-typo3": "^1.8.4",
|
||||
"sbuerk/typo3-cmscomposerinstallers-testingframework-bridge": "^0.1.3",
|
||||
"seld/jsonlint": "^1.9.0",
|
||||
"squizlabs/php_codesniffer": "^3.7.2",
|
||||
"symfony/yaml": "^5.4 || ^6.1",
|
||||
"typo3/cms-fluid-styled-content": "^11.5.4 || ^12.4",
|
||||
"typo3/coding-standards": "^0.6.1",
|
||||
"typo3/testing-framework": "^7.0@dev"
|
||||
"typo3/testing-framework": "^7.0.0"
|
||||
},
|
||||
"replace": {
|
||||
"typo3-ter/tea": "self.version"
|
||||
|
|
Loading…
Reference in a new issue