Skip to content

Commit 48dbe64

Browse files
feature: option to enable/disable inheritance of dataobject values
1 parent c7da7fa commit 48dbe64

File tree

8 files changed

+2788
-1657
lines changed

8 files changed

+2788
-1657
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ While the product will be formatted like ``Sneakers 19.99EUR`` in all relation-f
2424

2525
----------
2626

27+
## Version information
28+
29+
| Bundle Version | PHP | Pimcore |
30+
|----------------|------|---------|
31+
| < 2.0 | ^7.3 | ^6.0 |
32+
| >= 2.0 | ^8.1 | ^10.0 |
33+
| >= 3.0 | ^8.1 | ^11.0 |
2734

2835
## Installation
2936
Install the bundle using ``composer require basilicom/pimcore-path-formatter-bundle``

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
}
2121
],
2222
"config": {
23-
"sort-packages": true
23+
"sort-packages": true,
24+
"allow-plugins": {
25+
"ocramius/package-versions": true
26+
}
2427
},
2528
"require": {
2629
"php": ">=7.3",

0 commit comments

Comments
 (0)