Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

composer require fails #8

Closed
spoonerWeb opened this issue Sep 19, 2019 · 5 comments
Closed

composer require fails #8

spoonerWeb opened this issue Sep 19, 2019 · 5 comments

Comments

@spoonerWeb
Copy link

The installation via composer fails, see:

» composer require typo3fluid/fluid-lint
Using version ^1.0 for typo3fluid/fluid-lint
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 2 installs, 0 updates, 0 removals
  - Installing namelesscoder/fluid (1.1.0): Downloading (failed)    Failed to download namelesscoder/fluid from dist: The "https://api.github.com/repos/NamelessCoder/TYPO3.Fluid/zipball/0b9a6b4d5d5096a470238fbccfb52beb257c7a71" file could not be downloaded (HTTP/1.1 404 Not Found)
    Now trying to download from source
  - Installing namelesscoder/fluid (1.1.0): Cloning 0b9a6b4d5d

Installation failed, deleting ./composer.json.

                                                                                                        
  [RuntimeException]                                                                                    
  Failed to clone https://github.com/NamelessCoder/TYPO3.Fluid.git via https, ssh protocols, aborting.  
                                                                                                        
  - https://github.com/NamelessCoder/TYPO3.Fluid.git                                                    
    Cloning into '/Users/spooner/fluid-lint/vendor/namelesscoder/fluid'...                              
    remote: Repository not found.                                                                       
    fatal: repository 'https://github.com/NamelessCoder/TYPO3.Fluid.git/' not found                     
                                                                                                        
  - git@github.com:NamelessCoder/TYPO3.Fluid.git                                                        
    Cloning into '/Users/spooner/fluid-lint/vendor/namelesscoder/fluid'...                              
    ERROR: Repository not found.                                                                        
    fatal: Could not read from remote repository.                                                       
                                                                                                        
    Please make sure you have the correct access rights                                                 
    and the repository exists.
@NamelessCoder
Copy link
Member

dev-master should get you started - a new tag needs to be created.

@saitho
Copy link

saitho commented Jan 23, 2020

This package requires typo3fluid/fluid ^1.0 while TYPO3 9.5 currently uses ^2.6.8.
That means this package can currently not be used with 9.5.

@fnagel
Copy link

fnagel commented Jun 18, 2020

I'm not able to install using TYPO3 10 with this error:

$ composer require namelesscoder/fluid-lint
Using version ^1.0 for namelesscoder/fluid-lint
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 2 installs, 0 updates, 0 removals
  - Installing namelesscoder/fluid (1.1.0): Downloading (failed)    Failed to download namelesscoder/fluid from dist: The "https://api.github.com/repos/NamelessCoder/TYPO3.Fluid/zipball/0b9a6b4d5d5096a470238fbccfb52beb257c7a71" file could not be downloaded (HTTP/1.1 404 Not Found)
    Now trying to download from source
  - Installing namelesscoder/fluid (1.1.0): Cloning 0b9a6b4d5d

Installation failed, reverting ./composer.json to its original content.


  [RuntimeException]
  Failed to execute git clone --no-checkout 'https://***:***@github.com/NamelessCoder/TYPO3.Fluid.git.git' '/var/www/xyz/vendor/namelesscoder/fluid' && cd '/var/www/xyz/vendor/namelesscoder/flui
  d' && git remote add composer 'https://***:***@github.com/NamelessCoder/TYPO3.Fluid.git.git' && git fetch composer && git remote set-url origin 'https://github.com/NamelessCoder/TYPO3.Fluid.git.git' && git
  remote set-url composer 'https://github.com/NamelessCoder/TYPO3.Fluid.git.git'

  Cloning into '/var/www/xyz/vendor/namelesscoder/fluid'...
  remote: Repository not found.
  fatal:***@github.com/NamelessCoder/TYPO3.Fluid.git.git/' not found


require [--dev] [--prefer-source] [--prefer-dist] [--fixed] [--no-progress] [--no-suggest] [--no-update] [--no-scripts] [--update-no-dev] [--update-with-dependencies] [--update-with-all-dependencies] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--] [<packages>]...

@NamelessCoder
Copy link
Member

Requiring dev-master should work just fine - but yes, a new release is necessary.

@lolli42
Copy link
Member

lolli42 commented Aug 1, 2022

This project is being archived: It is unmaintained since seven years and nobody seems to step in.
In case we want to implement a general linter to Fluid, it should be added to Fluid directly.

@lolli42 lolli42 closed this as completed Aug 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants