Skip to content

Commit

Permalink
VINETIQ-1050 PHP 8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
siebdc2 authored and vrielsa committed May 18, 2022
1 parent 94b3b3d commit 899590e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@
- Import and export via CSV files via CLI
- Import and export via default Magento import/export functionality
- Prepare new translations via data patch scripts
- (Re)generate frontend translations (JSON translation files) via CLI and backend
- (Re)generate frontend translations (JSON translation files) via CLI and backend

## [1.0.0] - 2022-05-18
### Added
- PHP 8.0 compatibility
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.3 || ^8.0",
"magento/framework": "^102.0|^103.0",
"magento/module-backend": "^101.0|^102.0",
"magento/module-ui": "^101.1"
Expand Down

0 comments on commit 899590e

Please sign in to comment.