Symfony 5 was released and symfony/inflector might be installed on some Drupal sites with the 5.x branch. We require ^4.2. We can make it ^4.4 || ^5.0

CommentFileSizeAuthor
#3 3160574.3.patch747 bytesmglaman
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mglaman created an issue. See original summary.

alexandersluiter made their first commit to this issue’s fork.

mglaman’s picture

Status: Active » Needs review
FileSize
747 bytes
mglaman’s picture

11:27:53 sudo -u www-data /usr/local/bin/composer require drupal/commerce_api 8.x-1.x-dev --prefer-stable --no-progress --no-suggest --no-interaction --working-dir /var/www/html
11:28:08 ./composer.json has been updated
11:28:08 > Drupal\Composer\Composer::ensureComposerVersion
11:28:08 Loading composer repositories with package information
11:28:08                                                       Updating dependencies (including require-dev)
11:28:52 Package operations: 19 installs, 0 updates, 0 removals
11:28:52 As there is no 'unzip' command installed zip files are being unpacked using the PHP zip extension.
11:28:52 This may cause invalid reports of corrupted archives. Besides, any UNIX permissions (e.g. executable) defined in the archives will be lost.
11:28:52 Installing 'unzip' may remediate them.
11:28:52   - Installing symfony/polyfill-php80 (v1.18.0): Downloading (100%)
11:28:52   - Installing symfony/polyfill-intl-normalizer (v1.18.0): Downloading (100%)
11:28:52   - Installing symfony/polyfill-intl-grapheme (v1.18.0): Downloading (100%)
11:28:52   - Installing symfony/string (v5.1.2): Downloading (100%)
11:28:52   - Installing symfony/deprecation-contracts (v2.1.3): Downloading (100%)
11:28:52   - Installing symfony/inflector (v5.1.2): Downloading (100%)
11:28:53   - Installing drupal/jsonapi_resources (1.0.0-beta3): Downloading (100%)
11:28:53   - Installing drupal/jsonapi_hypermedia (1.6.0): Downloading (100%)
11:28:53   - Installing commerceguys/intl (v1.0.6): Downloading (100%)
11:28:53   - Installing drupal/state_machine (1.0.0): Downloading (100%)
11:28:54   - Installing drupal/entity (1.0.0): Downloading (100%)
11:28:54   - Installing drupal/profile (1.1.0): Downloading (100%)
11:28:54   - Installing drupal/entity_reference_revisions (1.8.0): Downloading (100%)
11:28:54   - Installing drupal/token (1.7.0): Downloading (100%)
11:28:54   - Installing drupal/inline_entity_form (1.0.0-rc6): Downloading (100%)
11:28:54   - Installing commerceguys/addressing (v1.0.8): Downloading (100%)
11:28:55   - Installing drupal/address (1.8.0): Downloading (100%)
11:28:55   - Installing drupal/commerce (2.20.0): Downloading (100%)
11:28:55   - Installing drupal/commerce_api (dev-8.x-1.x c13497e): Cloning c13497e7e1

Passed with v5

11:28:52   - Installing symfony/inflector (v5.1.2): Downloading (100%)

mglaman’s picture

Status: Needs review » Fixed

Thanks @alexandersluiter for finding this!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.