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

Commit

Permalink
Update biz sdk version
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Wayne Zhang authored and facebook-github-bot committed Dec 21, 2022
1 parent 0da8145 commit 69e759f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Test/Mftf/Data/PluginInfoData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/DataGenerator/etc/dataProfileSchema.xsd">
<entity name="_pluginInfo" type="PluginInfo">
<data key="source">magento2</data>
<data key="pluginVersion">1.4.5</data>
<data key="pluginVersion">1.4.6</data>
</entity>
</entities>
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "Facebook Business Extension for Magento 2",
"type": "magento2-module",
"license": "GPL-1.0-or-later",
"version": "1.4.5",
"version": "1.4.6",
"require": {
"facebook/php-business-sdk": "9.0.3"
"facebook/php-business-sdk": ">=15.0.0"
},
"repositories": [
{
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Facebook_BusinessExtension" setup_version="1.4.5">
<module name="Facebook_BusinessExtension" setup_version="1.4.6">
</module>
</config>

0 comments on commit 69e759f

Please sign in to comment.