Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-17497

Extensions requirements have changed for composer.json

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 3.3.15
    • Extensions

      Unexpected behavior

      License, authors are required, if not included in the composer.json the extension is skipped.

      I expected that this would work
      {
          "name": "thecanyons/homecontent",
          "type": "phpbb-extension",
          "description": "Strict minimal phpBB 3.3.15 compatible extension",
          "version": "1.0.0",
          "extra": {
              "display-name": "Home Content Official Minimal",
              "soft-require":

      {             "phpbb/phpbb": ">=3.3.0"         }

          }
      }

      This works, so there must be some requirements for the extension that are now with composer 2.5+

      Documentation needs to be updated. 

            Unassigned Unassigned
            toddhutch toddhutch
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: