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

Hans Duedal commented on THRIFT-1743:
-------------------------------------

This change is much appreciated, since it allows me to include thrift lib with 
the following in composer.json
{noformat}
{
    "repositories":
        [
            {
                "type": "vcs",
                "url": "https://git-wip-us.apache.org/repos/asf/thrift.git";
            }
        ],
    "require": {
        "apache/thrift": "0.9.*@dev",
        "ext-thrift_protocol": "*",
    }
}
{noformat}

Why is composer.json not in the master branch though, but only on 0.9.x ?

> Add composer.json for new Symfony 2.1 Dependency Manager
> --------------------------------------------------------
>
>                 Key: THRIFT-1743
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1743
>             Project: Thrift
>          Issue Type: Improvement
>          Components: PHP - Library
>    Affects Versions: 0.9, 1.0
>            Reporter: Xavier HAUSHERR
>            Assignee: Roger Meier
>             Fix For: 1.0
>
>         Attachments: composer.json, composer.master.json
>
>
> In order to use the new Symfony 2.1 Dependency Manager 
> (http://getcomposer.org/), we have to add on root of Github project a file 
> called composer.json with Composer configuration.
> This file must place in "/" in trunk and in 0.9x branch if possible.
> Is it possible to add this file ?
> Best regards.
> Xavier HAUSHERR



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to