• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. A

    Resolved PHP Composer: git clone --mirror '[email protected]:

    "We forked that package because is abandoned and we have fixed an issue there ..." Since you fixed the issue in a separate branch ( your-branch-name for example ) of the forked repository, then this should work: "zendframework/zend-expressive-hal": "dev-your-branch-name" even without editing...
  2. A

    Resolved PHP Composer: git clone --mirror '[email protected]:

    Hello! As I understand you are trying to install the forked package "zendframework/zend-expressive-hal". Can you provide your "require" section? Try to use "zendframework/zend-expressive-hal": "~1.3.0" instead of "somethingl/zend-expressive-hal": "~1.3.0" in require section. Also please read...
  3. A

    Resolved [EXTPHPCOMP-91] Composer extension Problems

    @Danny325 Hi, In a previous post, you wrote that you successfully run composer via ssh: "No i can run this as root user as well as non root user". What PHP did you use to run composer via SSH? Why is the error associated with the 'allow_url_fopen' php.ini parameter not occurred in this case...
  4. A

    Resolved [EXTPHPCOMP-91] Composer extension Problems

    Hi, We would be grateful if you would give us more detailed information by mistake: 1. The full content of your composer.json 2. Content of /.composer/config.json (if file exists) 3. Content of /.composer/composer.json (if file exists) 4. Domain PHP version 5. Operating system 6. What PHP do...
Back
Top