Skip to content

Commit a25cb00

Browse files
committed
PAC-354: refactoring
1 parent 9e009f6 commit a25cb00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

UPGRADE-5.0.0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This is mostly a cleanup release offering stronger type guarantees for integrato
66
* Updating from 4.2.6 to 5.0.0 doesn't have any impacts. Please read the apropriate UPGRADE-5.0.0 files for updates lower as [5.0.0](UPGRADE-5.0.0.md) to this version.
77

88
## Upgrade composer dependencies
9-
replace dependency "behat/symfony2-extension" and "behat/mink-goutte-driver" with "friends-of-behat/mink-browserkit-driver" and
10-
"friends-of-behat/symfony-extension"
9+
replace dependency `"behat/symfony2-extension"` and `"behat/mink-goutte-driver"` with `"friends-of-behat/mink-browserkit-driver"` and
10+
`"friends-of-behat/symfony-extension"`
1111
```json
1212
"doctrine/dbal" from "2.5.*" to "^4.0.4",
1313
"pdepend/pdepend" from "^2.5.2" to "^2.16.2",
@@ -23,7 +23,7 @@ replace dependency "behat/symfony2-extension" and "behat/mink-goutte-driver" wit
2323
"dmore/chrome-mink-driver" from "2.7.*" to "^2.9.3",
2424
"dmore/behat-chrome-extension" from "1.3.*" to "^1.4.0",
2525
"behat/mink-goutte-driver" from "1.1.*" to "dev-master,
26-
"phpcompatibility/php-compatibility" from "*" to "^9.3.5"
26+
"phpcompatibility/php-compatibility" from "*" to "^9.3.5",
27+
2728
```
28-
### techdivision/import-category
2929

0 commit comments

Comments
 (0)