Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-20997

Add composer.json to all legacy extensions repositories

    XMLWordPrintable

Details

    Description

      To be installed, they need to refer to https://github.com/ezsystems/ezpublish-legacy-installer and to be registered on Packagist

      Example of a composer.json:

      {
          "name": "ezsystems/ezautosave",
          "description": "Content editing autosave extension for eZ Publish legacy",
          "type": "ezpublish-legacy-extension",
          "license": "GPL-2.0",
          "authors": [
              {
                  "name": "Quoc-Huy Nguyen Dinh",
                  "email": "contact@quoc-huy.com"
              },
              {
                  "name": "Damien Pobel",
                  "email": "damien.pobel@ez.no"
              }
          ],
          "minimum-stability": "dev",
          "require": {
              "ezsystems/ezpublish-legacy-installer": "*"
          }
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            jerome.vieilledent-obsolete@ez.no Jérôme Vieilledent (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: