You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jf...@apache.org on 2018/04/11 17:45:18 UTC

[thrift] branch 0.11.0 updated: THRIFT-4546: Fix broken packagist.org

This is an automated email from the ASF dual-hosted git repository.

jfarrell pushed a commit to branch 0.11.0
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/0.11.0 by this push:
     new 0d8da22  THRIFT-4546: Fix broken packagist.org
0d8da22 is described below

commit 0d8da22dba430c379de04ff48e507e7277f4ea21
Author: jfarrell <jf...@apache.org>
AuthorDate: Wed Apr 11 13:45:08 2018 -0400

    THRIFT-4546: Fix broken packagist.org
    
    Update composer to fix broken packagist.org imports
---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 9d6454e..0f22b76 100644
--- a/composer.json
+++ b/composer.json
@@ -24,7 +24,7 @@
     "minimum-stability": "dev",
     "extra": {
         "branch-alias": {
-            "dev-master": "0.11.0"
+            "dev-master": "1.0.x-dev"
         }
     }
 }

-- 
To stop receiving notification emails like this one, please contact
jfarrell@apache.org.