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

Multiple composer.json handling in codeigniter!! #2528

Closed
inandi opened this issue Jan 31, 2020 · 2 comments
Closed

Multiple composer.json handling in codeigniter!! #2528

inandi opened this issue Jan 31, 2020 · 2 comments

Comments

@inandi
Copy link

inandi commented Jan 31, 2020

let's say my project directory structure like this:

root
|---vendor/
|---composer.json
|---API_DIRECTORY
	|---index.php
	|---LIBRARY
		|---AWS/
			|---vendor/
			|---composer.json
		|---GOOGLE/
			|---vendor/
			|---composer.json
		|---FACEBOOK/
			|---vendor/
			|---composer.json
	|---vendor/
	|---composer.json

as you can see I have multiple packages with different composer.json files. each and every time I need to run composer install separately. how can I do it only once, using one composer JSON file?

@jlamim
Copy link
Contributor

jlamim commented Jan 31, 2020

Your question is more related to the use of Composer than to CodeIgniter itself. I suggest looking for answers in groups and forums about Composer or even in the CodeIgniter forum.

The issues are for reporting bugs and suggesting improvements and new features.

@MGatner
Copy link
Member

MGatner commented Jan 31, 2020

I agree with @jlamim. Also, please use the forums for support questions - GitHub is for bug reports.

You may be interested in this: composer/composer#183

@MGatner MGatner closed this as completed Jan 31, 2020
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

3 participants