Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

composer install says Nothing to install or update #110

Open
binchentx opened this issue Nov 22, 2019 · 1 comment
Open

composer install says Nothing to install or update #110

binchentx opened this issue Nov 22, 2019 · 1 comment

Comments

@binchentx
Copy link

I have down loaded the wrapper from https://github.com/ActiveCampaign/activecampaign-api-php on my laptop with Windows.
My php project already has a vendor folder, so I created a new folder for cativecampaign.
Then I loaded composer.phar with the composer.json from git
curl -sS https://getcomposer.org/installer | php

I run the following install all in the same folder
php composer.phar install

It created a new vendor folder inside my current folder, which has generated autoload.php file and a composor folder.
I do not see see any generated activecampaign folder. Is it because the command has "Nothing to install or update"?

C:\C2\c2educate-admin\vendor\activecampaign>C:\xampp2\php\php composer.phar install
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Writing lock file
Generating autoload files

@RTSchriner
Copy link

RTSchriner commented Mar 12, 2021

I had the same problem trying to install the package following the instructions.

Did you try running composer require activecampaign/api-php?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants