<?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 ailsRe: Basic Installation Problem in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Basic-Installation-Problem/m-p/56696#M31475</link>
    <description>&lt;P&gt;fails:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem 1&lt;BR /&gt;- Installation request for goetas/xsd-reader 2.*@dev -&amp;gt; satisfiable by goetas/xsd-reader[2.0.x-dev].&lt;BR /&gt;- goetas/xsd-reader 2.0.x-dev requires php &amp;gt;=5.4.0 -&amp;gt; your PHP version (5.3.3) does not satisfy that requirement.&lt;BR /&gt;Problem 2&lt;BR /&gt;- goetas/xsd2php 2.1.x-dev requires php &amp;gt;=5.5 -&amp;gt; your PHP version (5.3.3) does not satisfy that requirement.&lt;BR /&gt;- goetas/xsd2php 2.1.0 requires php &amp;gt;=5.5 -&amp;gt; your PHP version (5.3.3) does not satisfy that requirement.&lt;BR /&gt;- goetas/xsd2php 2.0.0-alpha requires php ~5.4 -&amp;gt; your PHP version (5.3.3) does not satisfy that requirement.&lt;BR /&gt;- goetas/xsd2php 2.0.0 requires php &amp;gt;=5.5 -&amp;gt; your PHP version (5.3.3) does not satisfy that requirement.&lt;BR /&gt;- Installation request for goetas/xsd2php 2.*@dev -&amp;gt; satisfiable by goetas/xsd2php[2.0.0, 2.0.0-alpha, 2.1.0, 2.1.x-dev].&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jan 2017 18:17:27 GMT</pubDate>
    <dc:creator>alltime2016</dc:creator>
    <dc:date>2017-01-17T18:17:27Z</dc:date>
    <item>
      <title>Basic Installation Problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Basic-Installation-Problem/m-p/52388#M27642</link>
      <description>&lt;P&gt;Hi, I'm having some trouble with the basic installation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using the PHP example here - &lt;A href="http://developer.authorize.net/hello_world/" target=""&gt;http://developer.authorize.net/hello_world/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I have downloaded the SDK folder from the above link and created a php file with the provided code. However, there are jms libraries not listed&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;"Fatal error: Class 'JMS\Serializer\SerializerBuilder' not found in /.../sdk-php-master/lib/net/authorize/api/controller/base/ApiOperationBase.php on line 74&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;Do you provide additional support or clarification on what libraries I need to make your code fully functional?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2015 14:59:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Basic-Installation-Problem/m-p/52388#M27642</guid>
      <dc:creator>ax7</dc:creator>
      <dc:date>2015-10-02T14:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Installation Problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Basic-Installation-Problem/m-p/52396#M27650</link>
      <description>&lt;P&gt;add your issue there &lt;A href="https://github.com/AuthorizeNet/sdk-php/issues" target="_blank"&gt;https://github.com/AuthorizeNet/sdk-php/issues&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2015 21:39:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Basic-Installation-Problem/m-p/52396#M27650</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-10-02T21:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Installation Problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Basic-Installation-Problem/m-p/52399#M27652</link>
      <description>&lt;P&gt;There is a dependency missing from the composer.json example it should be same as sample code file at&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/sample-code-php/blob/master/composer.json" target="_blank"&gt;https://github.com/AuthorizeNet/sample-code-php/blob/master/composer.json&lt;/A&gt; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;"require": {&lt;BR /&gt; "php": "&amp;gt;=5.2.0",&lt;BR /&gt; "ext-curl": "*",&lt;BR /&gt; "authorizenet/authorizenet": "1.8.4",&lt;BR /&gt; "jms/serializer": "xsd2php-dev as 0.18.0"&lt;BR /&gt;},&lt;BR /&gt;"require-dev": {&lt;BR /&gt; "goetas/xsd2php": "2.*@dev",&lt;BR /&gt; "goetas/xsd-reader": "2.*@dev"&lt;BR /&gt;},&lt;BR /&gt;"repositories": [{&lt;BR /&gt; "type": "vcs",&lt;BR /&gt; "url": "&lt;A href="https://github.com/goetas/serializer.git&amp;quot;" target="_blank"&gt;https://github.com/goetas/serializer.git"&lt;/A&gt;&lt;BR /&gt; }]&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;</description>
      <pubDate>Sat, 03 Oct 2015 13:40:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Basic-Installation-Problem/m-p/52399#M27652</guid>
      <dc:creator>brianmc</dc:creator>
      <dc:date>2015-10-03T13:40:00Z</dc:date>
    </item>
    <item>
      <title>ailsRe: Basic Installation Problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Basic-Installation-Problem/m-p/56696#M31475</link>
      <description>&lt;P&gt;fails:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem 1&lt;BR /&gt;- Installation request for goetas/xsd-reader 2.*@dev -&amp;gt; satisfiable by goetas/xsd-reader[2.0.x-dev].&lt;BR /&gt;- goetas/xsd-reader 2.0.x-dev requires php &amp;gt;=5.4.0 -&amp;gt; your PHP version (5.3.3) does not satisfy that requirement.&lt;BR /&gt;Problem 2&lt;BR /&gt;- goetas/xsd2php 2.1.x-dev requires php &amp;gt;=5.5 -&amp;gt; your PHP version (5.3.3) does not satisfy that requirement.&lt;BR /&gt;- goetas/xsd2php 2.1.0 requires php &amp;gt;=5.5 -&amp;gt; your PHP version (5.3.3) does not satisfy that requirement.&lt;BR /&gt;- goetas/xsd2php 2.0.0-alpha requires php ~5.4 -&amp;gt; your PHP version (5.3.3) does not satisfy that requirement.&lt;BR /&gt;- goetas/xsd2php 2.0.0 requires php &amp;gt;=5.5 -&amp;gt; your PHP version (5.3.3) does not satisfy that requirement.&lt;BR /&gt;- Installation request for goetas/xsd2php 2.*@dev -&amp;gt; satisfiable by goetas/xsd2php[2.0.0, 2.0.0-alpha, 2.1.0, 2.1.x-dev].&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 18:17:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Basic-Installation-Problem/m-p/56696#M31475</guid>
      <dc:creator>alltime2016</dc:creator>
      <dc:date>2017-01-17T18:17:27Z</dc:date>
    </item>
  </channel>
</rss>

