Skip to content

Commit

Permalink
PAC-354: refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
kenza-ya committed Jul 10, 2024
1 parent 9e009f6 commit a25cb00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions UPGRADE-5.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This is mostly a cleanup release offering stronger type guarantees for integrato
* 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.

## Upgrade composer dependencies
replace dependency "behat/symfony2-extension" and "behat/mink-goutte-driver" with "friends-of-behat/mink-browserkit-driver" and
"friends-of-behat/symfony-extension"
replace dependency `"behat/symfony2-extension"` and `"behat/mink-goutte-driver"` with `"friends-of-behat/mink-browserkit-driver"` and
`"friends-of-behat/symfony-extension"`
```json
"doctrine/dbal" from "2.5.*" to "^4.0.4",
"pdepend/pdepend" from "^2.5.2" to "^2.16.2",
Expand All @@ -23,7 +23,7 @@ replace dependency "behat/symfony2-extension" and "behat/mink-goutte-driver" wit
"dmore/chrome-mink-driver" from "2.7.*" to "^2.9.3",
"dmore/behat-chrome-extension" from "1.3.*" to "^1.4.0",
"behat/mink-goutte-driver" from "1.1.*" to "dev-master,
"phpcompatibility/php-compatibility" from "*" to "^9.3.5"
"phpcompatibility/php-compatibility" from "*" to "^9.3.5",

```
### techdivision/import-category

0 comments on commit a25cb00

Please sign in to comment.