You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADE-5.0.0.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ This is mostly a cleanup release offering stronger type guarantees for integrato
6
6
* 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.
7
7
8
8
## 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"`
11
11
```json
12
12
"doctrine/dbal"from "2.5.*" to "^4.0.4",
13
13
"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
23
23
"dmore/chrome-mink-driver"from "2.7.*" to "^2.9.3",
24
24
"dmore/behat-chrome-extension"from "1.3.*" to "^1.4.0",
25
25
"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",
0 commit comments