laravel-soap icon indicating copy to clipboard operation
laravel-soap copied to clipboard

I can't install

Open rjrincon opened this issue 2 years ago • 8 comments

Your requirements could not be resolved to an installable set of packages.

Problem 1 - Root composer.json requires codedredd/laravel-soap ^3.0.2 -> satisfiable by codedredd/laravel-soap[v3.0.2]. - codedredd/laravel-soap v3.0.2 requires illuminate/http ^9.0 -> found illuminate/http[v9.0.0, ..., v9.52.10] but these were not loaded, likely because it conflicts with another require.

rjrincon avatar Jul 11 '23 15:07 rjrincon

Yeah so you'd have to change your composer.json

"codedredd/laravel-soap": "v4.0.0-beta.1",

That supports Laravel 10

bretto36 avatar Jul 17 '23 05:07 bretto36

Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!

stale[bot] avatar Aug 12 '23 13:08 stale[bot]

Is this package still being maintained?

sheldonkotyk avatar Sep 20 '23 04:09 sheldonkotyk

I hope version 4 will be in a stable release...

mtyrtov avatar Oct 04 '23 14:10 mtyrtov

Expect a stable version with Laravel 10 support

IvanSerevko avatar Jan 19 '24 15:01 IvanSerevko

Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!

stale[bot] avatar Mar 17 '24 15:03 stale[bot]

Your requirements could not be resolved to an installable set of packages.

Problem 1 - Root composer.json requires codedredd/laravel-soap ^3.0.2 -> satisfiable by codedredd/laravel-soap[v3.0.2]. - codedredd/laravel-soap v3.0.2 requires illuminate/http ^9.0 -> found illuminate/http[v9.0.0, ..., v9.52.10] but these were not loaded, likely because it conflicts with another require.

Make sure you that your php.ini has enabled these extensions:

  • extension=soap
  • extension=intl
  • extension=xsl
  • extension=sodium

nricciardi avatar Aug 05 '24 08:08 nricciardi