<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Installing AIM API with composer in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Installing-AIM-API-with-composer/m-p/55196#M30123</link>
    <description>&lt;P&gt;In case anyone has the same problem, the composer.json file is way outdated when you download the latest sdk from &lt;A href="https://github.com/AuthorizeNet/sdk-php/releases." target="_blank"&gt;https://github.com/AuthorizeNet/sdk-php/releases.&amp;nbsp;&lt;/A&gt; I downloaded the .zip file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="im-table"&gt;AuthorizeNet/sdk-php: PHP SDK for Authorize.Net API&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE&gt;{
  &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;require&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;: {
  &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;php&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;: &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&amp;gt;=5.5&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;,
  &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;ext-curl&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;: &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;*&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;,
  &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;authorizenet/authorizenet&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;: &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;1.8.9&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;,
  &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;jms/serializer&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;: &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;serializer-master-dev as 1.0&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;
  },
  &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;repositories&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;: [{
       &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;type&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;: &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;vcs&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;,
       &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;url&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;: &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;https://github.com/goetas/serializer.git&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;
  }]
}&lt;/PRE&gt;</description>
    <pubDate>Tue, 12 Jul 2016 19:10:28 GMT</pubDate>
    <dc:creator>DeftBird1</dc:creator>
    <dc:date>2016-07-12T19:10:28Z</dc:date>
    <item>
      <title>Installing AIM API with composer</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Installing-AIM-API-with-composer/m-p/55132#M30065</link>
      <description>&lt;P&gt;I receive the following when running: "/&lt;STRONG&gt;opt/php55/bin/php composer.phar require authorizenet/authorizenet&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your requirements could not be resolved to an installable set of packages.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Problem 1 - The requested package authorizenet/authorizenet No version set (parsed as 1.0.0) is satisfiable by authorizenet/authorizenet[No version set (parsed as 1.0.0)] but these conflict with your requirements or minimum-stability.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Installation failed, reverting ./composer.json to its original content.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Composer.json contents:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;"name": "authorizenet/authorizenet",&lt;/P&gt;&lt;P&gt;"type": "library",&lt;/P&gt;&lt;P&gt;"description": "Official PHP SDK for Authorize.Net",&lt;/P&gt;&lt;P&gt;"keywords": ["authorizenet", "authorize.net", "payment", "ecommerce"],&lt;/P&gt;&lt;P&gt;"license": "proprietary",&lt;/P&gt;&lt;P&gt;"homepage": "&lt;A href="http://developer.authorize.net" target="_blank"&gt;http://developer.authorize.net&lt;/A&gt;",&lt;/P&gt;&lt;P&gt;"require": {&lt;/P&gt;&lt;P&gt;"php": "~5.3 || ~7.0",&lt;/P&gt;&lt;P&gt;"ext-curl": "*",&lt;/P&gt;&lt;P&gt;"ext-json": "*",&lt;/P&gt;&lt;P&gt;"ext-simplexml": "*",&lt;/P&gt;&lt;P&gt;"ext-xmlwriter": "*",&lt;/P&gt;&lt;P&gt;"goetas-webservices/xsd2php-runtime":"^0.2",&lt;/P&gt;&lt;P&gt;"goetas-webservices/xsd-reader": "^0.1",&lt;/P&gt;&lt;P&gt;"authorizenet/authorizenet": "~1.8",&lt;/P&gt;&lt;P&gt;"jms/serializer": "serializer-master-dev as 1.0"&lt;/P&gt;&lt;P&gt;},&lt;/P&gt;&lt;P&gt;"require-dev": {&lt;/P&gt;&lt;P&gt;"phpunit/phpunit": "~4.0",&lt;/P&gt;&lt;P&gt;"phpmd/phpmd": "~2.0"&lt;/P&gt;&lt;P&gt;},&lt;/P&gt;&lt;P&gt;"autoload": {&lt;/P&gt;&lt;P&gt;"classmap": ["lib"]&lt;/P&gt;&lt;P&gt;},&lt;/P&gt;&lt;P&gt;"autoload-dev": {&lt;/P&gt;&lt;P&gt;"classmap": ["tests"]&lt;/P&gt;&lt;P&gt;},&lt;/P&gt;&lt;P&gt;"repositories": [{&lt;/P&gt;&lt;P&gt;"type": "vcs",&lt;/P&gt;&lt;P&gt;"url": "&lt;A href="https://github.com/goetas/serializer.git" target="_blank"&gt;https://github.com/goetas/serializer.git&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;}]&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated, as this has not been the smoothest of processes.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 04:59:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Installing-AIM-API-with-composer/m-p/55132#M30065</guid>
      <dc:creator>DeftBird1</dc:creator>
      <dc:date>2016-07-08T04:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Installing AIM API with composer</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Installing-AIM-API-with-composer/m-p/55133#M30066</link>
      <description>&lt;P&gt;using "sdk-php-1.8.9" if it matters&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 05:01:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Installing-AIM-API-with-composer/m-p/55133#M30066</guid>
      <dc:creator>DeftBird1</dc:creator>
      <dc:date>2016-07-08T05:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Installing AIM API with composer</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Installing-AIM-API-with-composer/m-p/55196#M30123</link>
      <description>&lt;P&gt;In case anyone has the same problem, the composer.json file is way outdated when you download the latest sdk from &lt;A href="https://github.com/AuthorizeNet/sdk-php/releases." target="_blank"&gt;https://github.com/AuthorizeNet/sdk-php/releases.&amp;nbsp;&lt;/A&gt; I downloaded the .zip file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="im-table"&gt;AuthorizeNet/sdk-php: PHP SDK for Authorize.Net API&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE&gt;{
  &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;require&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;: {
  &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;php&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;: &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&amp;gt;=5.5&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;,
  &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;ext-curl&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;: &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;*&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;,
  &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;authorizenet/authorizenet&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;: &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;1.8.9&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;,
  &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;jms/serializer&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;: &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;serializer-master-dev as 1.0&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;
  },
  &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;repositories&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;: [{
       &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;type&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;: &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;vcs&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;,
       &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;url&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;: &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;https://github.com/goetas/serializer.git&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;
  }]
}&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Jul 2016 19:10:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Installing-AIM-API-with-composer/m-p/55196#M30123</guid>
      <dc:creator>DeftBird1</dc:creator>
      <dc:date>2016-07-12T19:10:28Z</dc:date>
    </item>
  </channel>
</rss>

