Skip to content
This repository was archived by the owner on Apr 30, 2023. It is now read-only.

Commit 69e759f

Browse files
Wayne Zhangfacebook-github-bot
authored andcommitted
Update biz sdk version
Summary: Update the business sdk to make it compatible with the latest php //todo link to adobe's repo mark the project as abandon. update readme Reviewed By: zlik Differential Revision: D42143724 fbshipit-source-id: 3cfc3cfa046e8a0be32b39db7974bf55a134bb3d
1 parent 0da8145 commit 69e759f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Test/Mftf/Data/PluginInfoData.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/DataGenerator/etc/dataProfileSchema.xsd">
55
<entity name="_pluginInfo" type="PluginInfo">
66
<data key="source">magento2</data>
7-
<data key="pluginVersion">1.4.5</data>
7+
<data key="pluginVersion">1.4.6</data>
88
</entity>
99
</entities>

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"description": "Facebook Business Extension for Magento 2",
44
"type": "magento2-module",
55
"license": "GPL-1.0-or-later",
6-
"version": "1.4.5",
6+
"version": "1.4.6",
77
"require": {
8-
"facebook/php-business-sdk": "9.0.3"
8+
"facebook/php-business-sdk": ">=15.0.0"
99
},
1010
"repositories": [
1111
{

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="Facebook_BusinessExtension" setup_version="1.4.5">
3+
<module name="Facebook_BusinessExtension" setup_version="1.4.6">
44
</module>
55
</config>

0 commit comments

Comments
 (0)