From commits-return-1453-apmail-logging-commits-archive=logging.apache.org@logging.apache.org Thu Oct 25 13:43:12 2012 Return-Path: X-Original-To: apmail-logging-commits-archive@minotaur.apache.org Delivered-To: apmail-logging-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BB4EEDED1 for ; Thu, 25 Oct 2012 13:43:12 +0000 (UTC) Received: (qmail 71984 invoked by uid 500); 25 Oct 2012 13:43:12 -0000 Delivered-To: apmail-logging-commits-archive@logging.apache.org Received: (qmail 71910 invoked by uid 500); 25 Oct 2012 13:43:10 -0000 Mailing-List: contact commits-help@logging.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@logging.apache.org Delivered-To: mailing list commits@logging.apache.org Received: (qmail 71878 invoked by uid 99); 25 Oct 2012 13:43:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2012 13:43:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2012 13:43:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0CE30238896F; Thu, 25 Oct 2012 13:42:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1402150 - /logging/log4php/trunk/composer.json Date: Thu, 25 Oct 2012 13:42:22 -0000 To: commits@logging.apache.org From: ihabunek@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121025134223.0CE30238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ihabunek Date: Thu Oct 25 13:42:22 2012 New Revision: 1402150 URL: http://svn.apache.org/viewvc?rev=1402150&view=rev Log: LOG4PHP-191: Created composer.json. Added: logging/log4php/trunk/composer.json Added: logging/log4php/trunk/composer.json URL: http://svn.apache.org/viewvc/logging/log4php/trunk/composer.json?rev=1402150&view=auto ============================================================================== --- logging/log4php/trunk/composer.json (added) +++ logging/log4php/trunk/composer.json Thu Oct 25 13:42:22 2012 @@ -0,0 +1,17 @@ +{ + "name": "apache/log4php", + "description": "A versatile logging framework for PHP", + "homepage": "http://logging.apache.org/log4php/", + "license": "Apache-2.0", + "support": { + "issues": "https://issues.apache.org/jira/browse/LOG4PHP", + "source": "https://svn.apache.org/repos/asf/logging/log4php", + "email": "log4php-user@logging.apache.org" + }, + "autoload": { + "classmap": ["src/main/php/"] + }, + "require": { + "php": ">=5.2.7" + } +}