D10 version does not wanna install

Created on 14 December 2023, over 1 year ago

Thanks for your work guys!

Problem 1
- drupal/intercept[1.0.0-beta1, ..., 1.0.0-beta11] require drupal/core ^8.9 || ^9 -> found drupal/core[8.9.0-beta1, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but it conflicts with your root composer.json require (^10).
- drupal/intercept[1.0.0-beta12, ..., 1.0.0-beta15] require lordelph/php-sip2 ^2.0 -> could not be found in any version, there may be a typo in the package name.
- drupal/intercept[1.0.0-beta17, ..., 1.0.0-beta20] require lordelph/php-sip2 ^3.0 -> could not be found in any version, there may be a typo in the package name.
- Root composer.json requires drupal/intercept ^1.0@beta -> satisfiable by drupal/intercept[1.0.0-beta1, ..., 1.0.0-beta20].

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡§πŸ‡ͺBelgium DudeWeb

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @DudeWeb
  • Status changed to Postponed: needs info over 1 year ago
  • πŸ‡ΊπŸ‡ΈUnited States attheshow

    Can you share your composer.json?

  • πŸ‡ΊπŸ‡ΈUnited States attheshow

    I'd also be curious which installation method are you using (see: https://www.drupal.org/docs/contributed-modules/intercept/installation-g... β†’ ) and which composer command are you running when you get the above error?

  • πŸ‡ΊπŸ‡ΈUnited States Jacqui.Tenderwolf

    How I fixed it:

    Updated a couple of modules (csv_serialization and inline_entity_form). Then added the following to the repositories section of the composer.json:

     "8": {
        "type": "package",
         "package": {
            "name": "lordelph/php-sip2",
             "version": "3.0.0",
              "type": "drupal-library",
               "dist": {
                  "url": "https://github.com/lordelph/php-sip2/archive/refs/tags/3.0.0.zip",
                   "type": "zip"
                   }
               }
            }
    

    Then ran composer require lordelph/php-sip2

    Finally ran composer require drupal/intercept

  • Status changed to Closed: works as designed 3 months ago
  • πŸ‡ΊπŸ‡ΈUnited States attheshow

    Since there's been no further recent discussion on this, I'll go ahead and close this issue.

Production build 0.71.5 2024