Skip to content

Commit 3a7c942

Browse files
authored
Removed dupe upgrade instructions.
1 parent baad750 commit 3a7c942

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

docs/versioning.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,3 @@ This table lists the version of the MFTF that was released with a particular ver
6767
| 2.3.0 | 2.3.9 |
6868
| 2.2.8 | 2.3.13 |
6969
| 2.2.7 | 2.3.8 |
70-
71-
## Updating MFTF
72-
73-
The MFTF and the Magento product have differing release cycles, with the MFTF releasing more frequently. To get the latest version of the MFTF, update the version number in `composer.json` and update the package.
74-
75-
1. Open `composer.json` at the <Magento root>.
76-
1. Find the MFTF listing:
77-
78-
```json
79-
"require-dev": {
80-
"friendsofphp/php-cs-fixer": "~2.13.0",
81-
"lusitanian/oauth": "~0.8.10",
82-
"magento/magento2-functional-testing-framework": "2.3.13",
83-
```
84-
85-
1. Update the version number and save.
86-
1. Run the `composer update` command.

0 commit comments

Comments
 (0)