Skip to content

Ist there a version available that runs without composer? #41

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

Open
mhuegel opened this issue Oct 6, 2017 · 2 comments
Open

Ist there a version available that runs without composer? #41

mhuegel opened this issue Oct 6, 2017 · 2 comments

Comments

@mhuegel
Copy link

mhuegel commented Oct 6, 2017

No description provided.

@myjanky
Copy link

myjanky commented Oct 6, 2017

You do not need to run composer. Just make sure that any other Libraries that are listed in the composer.json file are in the path listed in the file.

For example, this composer.json has phpish/shopify.php as a required lib and php version greater or equal to 5.3.0. (you can find phpish/shopify.php here https://github.com/phpish/shopify

{
"minimum-stability": "dev",
"require": {
"php": ">=5.3.0",
"phpish/shopify": "dev-master"
}
}

@mhuegel
Copy link
Author

mhuegel commented Mar 15, 2018

Sorry for my late reply - thank you!

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