edwardspec / mediawiki-aws-s3

Extension:AWS allows MediaWiki to use Amazon S3 (instead of the local directory) to store images.
https://www.mediawiki.org/wiki/Extension:AWS
GNU General Public License v2.0
42 stars 32 forks source link

Issue running composer update #38

Closed ajmichels closed 3 years ago

ajmichels commented 3 years ago

I am getting the following error when I attempt to install the composer dependencies.

$ sudo -u www-data composer update --no-dev
> ComposerHookHandler::onPreUpdate
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package guzzlehttp/guzzle 6.3.3 is satisfiable by guzzlehttp/guzzle[6.3.3] but these conflict with your requirements or minimum-stability.

This was after first running the same composer update command successfully before attempting to install your extension.

I have made no other modifications to my MediaWiki install.

Here are my specs.

$ composer --version
Composer version 1.10.19 2020-12-04 09:14:16

$ php -v
PHP 7.4.13 (cli) (built: Nov 28 2020 06:24:59) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
    with Zend OPcache v7.4.13, Copyright (c), by Zend Technologies

$ head RELEASE-NOTES-1.35 
= MediaWiki 1.35 =

== MediaWiki 1.35.0 ==

=== Changes since MediaWiki 1.35.0-rc.3 ===
* (T261258) Remove checks for ancient ImageMagick versions in BitmapHandler.
* (T260232) Don't include null page ids in query list for category dumps.
* (T260009) Check existing watchitem when saving action=watch.
* (T259055) Correct success messages for action=watch.
* mediawiki.page.ready: Simpler tablesorter/makeCollapsible call.
edwardspec commented 3 years ago

Are you using the latest version of extension? (what is on the "master" branch now?) This was fixed last week.

ajmichels commented 3 years ago

No, I pulled the tarball from the latest release, v0.11.0.

https://github.com/edwardspec/mediawiki-aws-s3/releases/tag/v0.11.0

edwardspec commented 3 years ago

0.11.0 doesn't support MediaWiki 1.35. Please use the latest version instead.