Embark on a journey of knowledge! Take the quiz and earn valuable credits.
Take A QuizChallenge yourself and boost your learning! Start the quiz now to earn credits.
Take A QuizUnlock your potential! Begin the quiz, answer questions, and accumulate credits along the way.
Take A QuizPlease log in to access this content. You will be redirected to the login page shortly.
LoginGeneral Tech Bugs & Fixes 2 years ago
Posted on 16 Aug 2022, this text provides information on Bugs & Fixes related to General Tech. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.
Not sure whether I understand situation correctly. So if you mention ours as a require in composer.json like below:
{ "require": { "salesforce-mc/fuel-sdk-php": "1.1.0" } }
Then all you need to do is run this:
So if you download our source code from github, then we dont need to add this in the require section:
"salesforce-mc/fuel-sdk-php": "1.1.0" which is only necessary when you dont download the source code and want to get it from composer where we already released as a package.
So just to be clear, if you download our source code from github, all you should need to do is this:
which will download all the dependencies mentioned in our composer.json file and ignore the require-dev section.
No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.
Please log in to access this content. You will be redirected to the login page shortly.
LoginReady to take your education and career to the next level? Register today and join our growing community of learners and professionals.
manpreet
Best Answer
2 years ago
I'm new to SDK-PHP and stuck on installing it via composer. I am currently using WAMP server 3.1.0 for Windows 10 which has 3 versions of PHP included. As documentation said version 5.6.24 is required for SDK-PHP. So I tried available 5.6.31 and got this from composer
Then I changed PHP version to available 7.1.9 but that was not successful as well
Would anyone be able to help resolving this issue?