You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2021/07/09 20:00:52 UTC

[thrift] branch master updated: THRIFT-5440: Allow php8 in composer.json

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b98e06d  THRIFT-5440: Allow php8 in composer.json
b98e06d is described below

commit b98e06df19497bb961a3ed160f4c3b8e0678ff86
Author: William Van Hevelingen <wi...@acquia.com>
AuthorDate: Wed Jul 7 17:03:20 2021 -0700

    THRIFT-5440: Allow php8 in composer.json
---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 1d3a6c0..d1ada50 100644
--- a/composer.json
+++ b/composer.json
@@ -18,7 +18,7 @@
         "issues": "https://issues.apache.org/jira/browse/THRIFT"
     },
     "require": {
-        "php": "^5.5 || ^7.0"
+        "php": "^5.5 || ^7.0 || ^8.0"
     },
     "require-dev": {
         "phpunit/phpunit": "~4.8.36",