Open oneseventeen opened 1 year ago
To resolve these conflicts, you have a few options:
Update your root composer.json file to allow Guzzle 6.x. You can change the ^7.2 requirement for Guzzle to ^6.0 to match the requirement of the smadeira/ministry-platform-api package.
Check if there are newer versions of the smadeira/ministry-platform-api package available that are compatible with Guzzle 7.x and Illuminate Cache 8.x. Update your root composer.json file accordingly to use one of these compatible versions.
If you have control over the smadeira/ministry-platform-api package, you can update its dependencies to be compatible with the versions of Guzzle and Illuminate Cache required by your project. This would involve modifying the composer.json file of the package itself.
Remember to run composer update or composer install after making any changes to the composer.json file to update the dependencies.
I will get to this as soon as I can. I have a son getting married on Saturday so this week is booked solid and the first part of next week will be "recovery." Sorry for any delays.
how about now? =P
The reality is that I no longer work for the church where I developed this code to interface MP to the web site. I'm so booked with other things that it isn't realistic for me to get this updated any time soon. The code is free for the taking and upgrading it to support your version of Laravel shouldn't be too difficult.
Scott Madeira
On Fri, Nov 22, 2024 at 3:47 PM Mark Chaney @.***> wrote:
Understandable. There does appear to be a PR that you could simply accept and merge though. =)
— Reply to this email directly, view it on GitHub https://github.com/smadeira/ministry-platform-api/issues/14#issuecomment-2494768942, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABE4U3AFHCJS7EHPMOWV2FT2B6J6JAVCNFSM6AAAAABSJ5ZBPKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJUG43DQOJUGI . You are receiving this because you are subscribed to this thread.Message ID: @.***>
When attempting to install on a fresh copy of Laravel, I get the following error:
Your requirements could not be resolved to an installable set of packages.
Problem 1