Nogrod / ebay-sdk-php

eBay SDK for PHP
MIT License
6 stars 1 forks source link

Installation Issue #2

Open olimortimer opened 1 year ago

olimortimer commented 1 year ago
composer require nogrod/eBaySDK

In PackageDiscoveryTrait.php line 361:

  Could not find package nogrod/eBaySDK.

  Did you mean this?
      nogrod/ebay-sdk-php
olimortimer commented 1 year ago
composer run-script download

In RunScriptCommand.php line 124:

  Script "download" is not defined in this package
Nogrod commented 1 year ago
composer require nogrod/eBaySDK

In PackageDiscoveryTrait.php line 361:

  Could not find package nogrod/eBaySDK.

  Did you mean this?
      nogrod/ebay-sdk-php

it was outdated, updated now

composer run-script download

In RunScriptCommand.php line 124:

  Script "download" is not defined in this package

download script is working after install, but only needed if you want to change to latest versions and requires build afterwards