Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in composer.json - shaark does not provide ext-imagick #108

Open
cklm opened this issue Jan 26, 2025 · 0 comments
Open

bug in composer.json - shaark does not provide ext-imagick #108

cklm opened this issue Jan 26, 2025 · 0 comments

Comments

@cklm
Copy link

cklm commented Jan 26, 2025

Hello, the composer.json says, that this project provides an implementation of the php-extension ImageMagick (imagick). That leads to false data for other people using imagick:

$ composer install
Loading composer repositories with package information
Updating dependencies                                 
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires PHP extension ext-imagick * but it is missing from your system. Install or enable PHP's imagick extension.

      Alternatively you can require one of these packages that provide the extension (or parts of it):
      - marceauka/shaark Your place to archive your links, stories, passwords and archive your content.
      - metadeck/blog Blog
      - metadeck/nova-blog Nova Blog


To enable extensions, verify that they are enabled in your .ini files:
    - /etc/php84/php.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-imagick` to temporarily ignore these required extensions.

As can be seen, composer suggests this package to people, who are missing the php-extension - but this project does clearly not provide an alternative to the extension. Maybe this is a typo and "ext-imagick" should go to the required packages?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant