Skip to content

Commit

Permalink
Merge pull request #20 from techdivision/pac-879
Browse files Browse the repository at this point in the history
PAC-879: update composer denpendency
  • Loading branch information
kenza-ya authored Apr 8, 2024
2 parents 4dcb1ec + 5d88b1f commit b0665ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
# Version 12.5.1

## Bugfixes
* Make composer dependencies compatible with Magento 2.4.7
* Update `symfony/console` with version `~6.0|~7.0`

# Version 12.5.0

## Feature

* Preparation of a customer path for Magento backend storage of the configuration in `var/pacemaker/import/configuration`


# Version 12.4.0
## Bugfixes

## Bugfixes
* Make composer dependencies compatible with Magento 2.4.6
* Update `symfony/dependency-injection` with version `~6.0`
* Update `symfony/http-kernel` with version `~5.0 ~6.0`
* Update `symfony/configl` with version `~6.0`
* Update `symfony/config` with version `~6.0`

# Version 12.3.0

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"php": ">=7.3.0",
"ramsey/uuid": "^3.7|^3.8|^4.1|^4.2",
"symfony/config": "~2.8|~3.0|~4.0|~5.0|~6.0",
"symfony/console": "~2.3,!=2.7.0|~4.0|~5.0",
"symfony/console": "~2.3,!=2.7.0|~4.0|~5.0|~6.0|~7.0",
"symfony/expression-language": "~2.3,!=2.7.0|~4.0|~5.0",
"symfony/dependency-injection": "~2.3,!=2.7.0|~3.0|~4.0|~5.0|~6.0",
"techdivision/import-app-simple": "^18.0.0",
Expand Down

0 comments on commit b0665ae

Please sign in to comment.