[
https://issues.apache.org/jira/browse/LOG4PHP-242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16802523#comment-16802523
]
Giovanni Bechis commented on LOG4PHP-242:
-----------------------------------------
This composer.json (created with "composer require apache/log4php") works
out-of-the-box:
{code:java}
{
"require": {
"apache/log4php": "^2.3"
}
}
{code}
> 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
(v7.6.3#76005)