@@ -115,7 +115,7 @@ Files typically containing TODOs after personalization:
115115** Location** : Run from ` source/ ` directory
116116
117117** Before running** : Review and adjust ` recipes/setup-development.sh ` for:
118- - ** Shop branch version** (currently set to b-7.4 .x) - verify this matches your target OXID version
118+ - ** Shop branch version** (currently set to b-7.5 .x) - verify this matches your target OXID version
119119- ** PHP version** (currently set to 8.2) - confirm compatibility with your OXID version
120120- ** MySQL version** (check if matches your requirements) - may need adjustment
121121
@@ -141,7 +141,7 @@ Files typically containing TODOs after personalization:
1411412 . Adds services: adminer, selenium-chrome, node
1421423 . Configures PHP and MySQL versions, Apache (source/source/ path)
1431434 . Builds and starts containers
144- 5 . Installs OXID eShop CE/EE (dev-b-7.4 .x by default)
144+ 5 . Installs OXID eShop CE/EE (dev-b-7.5 .x by default)
1451456 . Installs Twig components and apex theme
1461467 . Sets up database (no demodata)
1471478 . Installs and activates the module
@@ -442,8 +442,8 @@ docker compose exec -T php composer clear-cache
442442- Commit hooks installed automatically (` .github/commit-hooks ` )
443443- Pre-commit runs quality tools
444444- Branch naming pattern: ` {base-branch}-{description}-{task-number} `
445- - Example: ` b-7.4 .x-add-user-preferences-OXDEV-123 `
446- - Base branch is typically the current main branch (e.g., b-7.4 .x)
445+ - Example: ` b-7.5 .x-add-user-preferences-OXDEV-123 `
446+ - Base branch is typically the current main branch (e.g., b-7.5 .x)
447447- ** IMPORTANT** : Do not mention "Claude" or "Claude Code" in commit messages
448448 - Commit messages should be tool-agnostic and professional
449449 - Focus on what was changed and why, not which tool was used
@@ -514,7 +514,7 @@ docker compose exec -T php vendor/bin/oe-eshop-doctrine_migration migrations:gen
514514## Environment Variables
515515
516516** SDK (.env in SDK root)** :
517- - ` PHP_VERSION ` - PHP version (8.2 recommended for OXID 7.3.x/7.4 .x)
517+ - ` PHP_VERSION ` - PHP version (8.3 recommended for OXID 7.5 .x)
518518- ` MYSQL_VERSION ` - MySQL version (5.7 or 8.0)
519519- ` MYSQL_ROOT_PASSWORD ` - root password (default: root)
520520- ` MYSQL_DATABASE ` - database name (default: example)
@@ -538,9 +538,9 @@ docker compose exec -T php vendor/bin/oe-eshop-doctrine_migration migrations:gen
538538
539539## Branch Compatibility
540540
541- Current branch (b-7.4 .x) is compatible with:
542- - ** OXID eShop** : 7.4 .x
543- - ** PHP** : 8.2
541+ Current branch (b-7.5 .x) is compatible with:
542+ - ** OXID eShop** : 7.5 .x
543+ - ** PHP** : 8.3
544544- ** MySQL** : 8.0
545545
546546Check metadata.php and composer.json for exact version constraints.
0 commit comments