File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " fastly/magento2" ,
3
3
"description" : " Fastly CDN Module for Magento 2.3.x | 2.4.x" ,
4
4
"require" : {
5
- "php" : " ~7.1.3|~7.2.0|~7.3.0|~7.4.0" ,
5
+ "php" : " ~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.0.0 " ,
6
6
"magento/module-config" : " >=101.1.0" ,
7
7
"magento/module-store" : " >=101.0.0" ,
8
8
"magento/module-page-cache" : " >=100.3.0" ,
Original file line number Diff line number Diff line change 21
21
*/
22
22
-->
23
23
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
24
- <type name =" Magento\Catalog\Model\Product" >
25
- <plugin name =" configurable_identity" type =" Magento\ConfigurableProduct\Plugin\Model\Product" disabled =" true" />
26
- </type >
27
24
<type name =" Magento\PageCache\Model\Config" >
28
25
<plugin name =" fastly_emulate_varnish_cache_type" type =" Fastly\Cdn\Model\PageCache\ConfigPlugin" />
29
26
</type >
You can’t perform that action at this time.
0 commit comments