You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by fo...@apache.org on 2020/05/17 14:51:06 UTC

[avro] branch master updated (69cc41c -> 1eb2eb7)

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

fokko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git.


    from 69cc41c  Update poms to use build-helper plugin to add additional directories so m2eclipse will import properly and compile works in eclipse
     add 1eb2eb7  AVRO-2752: PHP: Setup as Composer package on Packagist.org (#878)

No new revisions were added by this update.

Summary of changes:
 .gitignore                    |  2 ++
 composer.json                 | 12 +++++++++++
 lang/php/.gitignore           |  2 ++
 lang/php/build.sh             |  6 ++++--
 lang/php/monorepo.json        | 10 +++++++++
 lang/php/phpunit.xml          | 44 ++++++++++++++++++++++++++++++++++++++++
 lang/php/test/AllTests.php    | 47 -------------------------------------------
 lang/php/test/test_helper.php | 27 ++++++++-----------------
 share/docker/Dockerfile       |  6 ++++--
 9 files changed, 86 insertions(+), 70 deletions(-)
 create mode 100644 composer.json
 create mode 100644 lang/php/monorepo.json
 create mode 100644 lang/php/phpunit.xml
 delete mode 100644 lang/php/test/AllTests.php