Skip to content

Commit

Permalink
OXDEV-7736 Update changelog, readme and composer files
Browse files Browse the repository at this point in the history
  • Loading branch information
tkcreateit committed Apr 24, 2024
1 parent 3065061 commit edf74a0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Undecided] - Unreleased

### Added
- Support for PHP 8.2
- Support for Symfony 6.3 components
- Missing argument and return type declarations

### Changed
- Upgraded PHPUnit version to 10

### Removed
- Drop smarty support

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ telecommunications, broadcasting and electronic services.

## Branch compatibility

* b-7.1.x branch is compatible with OXID eShop compilation version 7.1.x
* b-7.0.x branch is compatible with OXID eShop compilation version 7.0.x
* b-6.5.x branch is compatible with OXID eShop compilation version 6.5.x

Expand All @@ -20,7 +21,8 @@ In order to install the module via composer, run one of the following commands
on commandline in your shop base directory (where the shop's composer.json file resides).

* **composer require oxid-esales/evat-module:^2.0** to install the released version compatible with OXID eShop Version 6
* **composer require oxid-esales/evat-module:^3.0** to install the latest version from github, compatible with eShop Version 7
* **composer require oxid-esales/evat-module:^3.0** to install the released version compatible with eShop Version 7
* **composer require oxid-esales/evat-module:dev-b-7.1.x** to install the latest version from GitHub, compatible with eShop Version 7.1

and [activate the module](https://docs.oxid-esales.com/developer/en/7.0/development/modules_components_themes/module/installation_setup/setup.html).

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"minimum-stability": "dev",
"conflict": {
"oxid-esales/oxideshop-ce": "<7.0"
"oxid-esales/oxideshop-ce": "<7.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit edf74a0

Please sign in to comment.