You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Kate Gray (Jira)" <ji...@apache.org> on 2019/10/26 21:04:00 UTC

[jira] [Commented] (LOG4PHP-242) Cannot install log4php using composer

    [ https://issues.apache.org/jira/browse/LOG4PHP-242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16960435#comment-16960435 ] 

Kate Gray commented on LOG4PHP-242:
-----------------------------------

I can confirm that [~gbechis]'s solution is working here - {{composer require apache/log4php}}

works fine.

Additionally, using the composer.json in the original post works fine, after running composer update.

{
 "require":

{{{   "apache/log4php": "2.3.0"  }}}

}

I think this issue may be fixed.

> Cannot install log4php using composer
> -------------------------------------
>
>                 Key: LOG4PHP-242
>                 URL: https://issues.apache.org/jira/browse/LOG4PHP-242
>             Project: Log4php
>          Issue Type: Bug
>            Reporter: Csegedi Csaba
>            Priority: Critical
>
> Cannot install log4php using composer
> I got the following error:
> fatal: repository 'https://git-wip-us.apache.org/repos/asf/logging-log4php.
>  git/' not found
>  
> Trying with simple composer.json
> {
>  "require": {
>   "apache/log4php": "2.3.0"
>  }
> }
> composer install
>  
> The [https://git-wip-us.apache.org/repos/asf?p=logging-log4php.git] link gives "404 - No such project"



--
This message was sent by Atlassian Jira
(v8.3.4#803005)