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
- smadeira/ministry-platform-api[v0.2.1, ..., v0.2.2, v2.0.0, ..., v2.3.5, v3.0.0, ..., v3.1.7, v4.0.2, ..., v4.0.3] require guzzlehttp/guzzle ~6.0 -> found guzzlehttp/guzzle[6.0.0, ..., 6.5.8] but it conflicts with your root composer.json require (^7.2).
- smadeira/ministry-platform-api[v5.0.1, ..., v5.1.0] require illuminate/cache ^8.0 -> found illuminate/cache[v8.0.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires smadeira/ministry-platform-api * -> satisfiable by smadeira/ministry-platform-api[v0.2.1, v0.2.2, v2.0.0, ..., v2.3.5, v3.0.0, ..., v3.1.7, v4.0.2, v4.0.3, v5.0.1, v5.1.0].
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