1. 05 Feb, 2020 2 commits
    • Mathieu Parent's avatar
      Add missing build dependency: unzip · 201afe55
      Mathieu Parent authored
      composer install --no-dev --optimize-autoloader
      Loading composer repositories with package information
      Installing dependencies from lock file
      Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them.
      Package operations: 71 installs, 0 updates, 0 removals
      As there is no 'unzip' command installed zip files are being unpacked using the PHP zip extension.
      This may cause invalid reports of corrupted archives. Besides, any UNIX permissions (e.g. executable) defined in the archives will be lost.
      Installing 'unzip' may remediate them.
      201afe55
    • Mathieu Parent's avatar
      Add missing build dependency: git · 7cfeabb8
      Mathieu Parent authored
      composer install --no-dev --optimize-autoloader
      Loading composer repositories with package information
      Installing dependencies from lock file
      Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them.
      Package operations: 71 installs, 0 updates, 0 removals
      As there is no 'unzip' command installed zip files are being unpacked using the PHP zip extension.
      This may cause invalid reports of corrupted archives. Besides, any UNIX permissions (e.g. executable) defined in the archives will be lost.
      Installing 'unzip' may remediate them.
        - Installing symfony/flex (v1.4.8): Downloading (failed)
      Downloading (failed)
      Downloading (failed)    Failed to download symfony/flex from dist: The "https://api.github.com/repos/symfony/flex/zipball/f5bfc79c1f5bed6b2bb4ca9e49a736c2abc03e8f" file could not be downloaded: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
      failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
          Now trying to download from source
        - Installing symfony/flex (v1.4.8): Cloning f5bfc79c1f
      
      In Git.php line 351:
      
        Failed to clone https://github.com/symfony/flex.git, git was not found, che
        ck that it is installed and in your PATH env.
      
        sh: 1: git: not found
      7cfeabb8
  2. 10 Jan, 2020 15 commits
  3. 27 Dec, 2019 2 commits
  4. 28 Dec, 2018 1 commit
  5. 20 Dec, 2018 7 commits
  6. 19 Dec, 2018 13 commits