smadeira / ministry-platform-api

Ministry Platform REST API wrapper
MIT License
10 stars 7 forks source link

Laravel dependency conflicts with Laravel 10 #14

Open oneseventeen opened 1 year ago

oneseventeen commented 1 year ago

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

harsha094 commented 1 year ago

To resolve these conflicts, you have a few options:

  1. 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.

  2. 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.

  3. 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.

cscprof commented 1 year ago

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.

MACscr commented 2 days ago

how about now? =P

cscprof commented 2 days ago

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.

smadeira commented 2 days ago

Didn't notice that it was there. I accepted and merged it...

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: @.***>