File tree Expand file tree Collapse file tree 4 files changed +32
-28
lines changed
Expand file tree Collapse file tree 4 files changed +32
-28
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 4.0.0] - 2025-07-27
8+ ### Added
9+ - Added support for PHP 8.4
10+ - Added support for Shopware 6.7
11+
712## [ 3.1.0] - 2025-04-01
813### Changed
914- Allow to use FQCN in fixture name filtering
@@ -180,6 +185,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
180185 - ` getNotSpecifiedSalutationId `
181186 - ` getGermanCountryId `
182187
188+ [ 4.0.0 ] : https://github.com/basecom/FixturesPlugin/compare/3.1.0...4.0.0
183189[ 3.1.0 ] : https://github.com/basecom/FixturesPlugin/compare/3.0.0...3.1.0
184190[ 3.0.0 ] : https://github.com/basecom/FixturesPlugin/compare/2.4.0...3.0.0
185191[ 2.4.0 ] : https://github.com/basecom/FixturesPlugin/compare/2.3.0...2.4.0
Original file line number Diff line number Diff line change 1+ services :
2+ shopware :
3+ image : ' dockware/dev:6.7.0.0'
4+ ports :
5+ - " 82:80" # Webserver / Apache
6+ - " 3308:3306" # MySQL database
7+ # - "22:22" # SSH
8+ # - "8888:8888" # Admin watcher
9+ # - "9999:9999" # Storefront watcher (background)
10+ # - "9998:9998" # Storefront watcher (background)
11+ environment :
12+ - ' XDEBUG_ENABLED=0'
13+ - ' PHP_VERSION=8.3'
14+ volumes :
15+ - " ./:/var/www/html/custom/static-plugins/plugin"
16+ - " db:/var/lib/mysql"
17+
18+ volumes :
19+ db :
20+ driver : local
Original file line number Diff line number Diff line change 3535 }
3636 },
3737 "require" : {
38- "php" : " ^8.2 || ^8.3" ,
39- "shopware/core" : " 6.5 .*|6.6.*" ,
40- "shopware/administration" : " 6.5.*|6.6.*" ,
41- "shopware/storefront" : " 6.5.*|6.6.*" ,
38+ "php" : " ^8.2 || ^8.3 ||^8.4 " ,
39+ "shopware/core" : " 6.7 .*|6.6.*|6.7 .*" ,
40+ "shopware/administration" : " 6.5.*|6.6.*|6.7.* " ,
41+ "shopware/storefront" : " 6.5.*|6.6.*|6.7.* " ,
4242 "spatie/once" : " ^3.1"
4343 },
4444 "require-dev" : {
45- "friendsofphp/php-cs-fixer" : " 3.59.3 " ,
46- "phpstan/phpstan" : " ^1.10 "
45+ "friendsofphp/php-cs-fixer" : " 3.75.0 " ,
46+ "phpstan/phpstan" : " ^2.1.17 "
4747 },
4848 "config" : {
4949 "allow-plugins" : {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments