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

Composer install is fetching ezdemo and ezflow extensions

    XMLWordPrintable

Details

    Description

      When running composer install, it will fetch legacy extensions since they are defined in composer.json of ezpublish_legacy

              "ezsystems/ezautosave-ls": "~5.3",
      	        "ezsystems/ezdemo-ls-extension": "~5.3",
      	        "ezsystems/ezflow-ls-extension": "~5.3",
      	        "ezsystems/ezgmaplocation-ls-extension": "~5.3",
      	        "ezsystems/ezie-ls": "~5.3",
      	        "ezsystems/ezmbpaex-ls": "~5.3",
      	        "ezsystems/ezmultiupload-ls": "~5.3",
      	        "ezsystems/ezodf-ls": "~5.3",
      	        "ezsystems/ezprestapiprovider-ls": "~5.3",
      	        "ezsystems/ezscriptmonitor-ls": "~5.3",
      	        "ezsystems/ezsi-ls": "~5.3",
      	        "ezsystems/ezstarrating-ls-extension": "~5.3",
      	        "ezsystems/ezwt-ls-extension": "~5.3",
      	        "ezsystems/ezfind-ls": "~5.3|>=2014.05",
      	        "ezsystems/eztags-ls": "~1.3",
      

      This will raise problems, if ezwebin is to be installed with the following Warnings

      Warning: 
      Class eZArchive in file extension/ezwebin/autoloads/ezarchive.php is already defined in:
      extension/ezdemo/autoloads/ezarchive.php (var/autoload/ezp_extension.php)
      This class was not added to the autoload array.
      
      Warning: 
      Class eZKeywordList in file extension/ezwebin/autoloads/ezkeywordlist.php is already defined in:
      extension/ezdemo/autoloads/ezkeywordlist.php (var/autoload/ezp_extension.php)
      This class was not added to the autoload array.
      
      Warning: 
      Class eZPageData in file extension/ezwebin/autoloads/ezpagedata.php is already defined in:
      extension/ezdemo/autoloads/ezpagedata.php (var/autoload/ezp_extension.php)
      This class was not added to the autoload array.
      
      Warning: 
      Class eZTagCloud in file extension/ezwebin/autoloads/eztagcloud.php is already defined in:
      extension/ezdemo/autoloads/eztagcloud.php (var/autoload/ezp_extension.php)
      This class was not added to the autoload array.
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            pedro.resende-obsolete@ez.no Pedro Resende (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: