This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/Akeneo/Platform/PimRequirements.php b/src/Akeneo/Platform/PimRequirements.php | |
--- a/src/Akeneo/Platform/PimRequirements.php | |
+++ b/src/Akeneo/Platform/PimRequirements.php | |
@@ -27,7 +27,8 @@ | |
const REQUIRED_ICU_VERSION = '67.1'; | |
const LOWEST_REQUIRED_MYSQL_VERSION = '8.0.30'; | |
const GREATEST_REQUIRED_MYSQL_VERSION = '8.1.0'; | |
- | |
+ const LOWEST_REQUIRED_MARIADB_VERSION = '10.4.15'; | |
+ const GREATEST_REQUIRED_MARIADB_VERSION = '10.5.25'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grumphp: | |
environment: | |
variables: | |
GRUMPHP_PROJECT_DIR: "." | |
GRUMPHP_BIN_DIR: "./www/html/vendor/bin" | |
GRUMPHP_COMPOSER_DIR: "./www/html" | |
paths: | |
- 'tools' | |
hide_circumvention_tip: true | |
process_timeout: 120 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tap "davidalger/warden" | |
tap "drud/ddev" | |
tap "eugenmayer/dockersync" | |
tap "github/gh" | |
tap "havoc-io/mutagen" | |
tap "homebrew/bundle" | |
tap "homebrew/cask" | |
tap "homebrew/cask-fonts" | |
tap "homebrew/cask-versions" | |
tap "homebrew/core" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parameters: | |
magento_dir: ./www/html | |
bin_dir: "%magento_dir%/vendor/bin" | |
git_dir: "." | |
hide_circumvention_tip: true | |
process_timeout: 120 | |
stop_on_failure: false | |
ignore_unstaged_changes: false | |
tasks: | |
# First everything which lints, secures or verifies something |