From b3d9708664e0d1fee8cc4df9bc97b1af7e5c8671 Mon Sep 17 00:00:00 2001 From: geekcom Date: Fri, 19 Jun 2020 14:18:24 -0300 Subject: [PATCH] add discord channel, remove phpunit.xml --- README.md | 3 +++ docs/pt_BR/LEIA-ME_pt_BR.md | 3 +++ phpunit.xml | 31 ------------------------------- 3 files changed, 6 insertions(+), 31 deletions(-) delete mode 100644 phpunit.xml diff --git a/README.md b/README.md index 461388a..924c846 100755 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ _A PHP Report Generator_ ### About PHPJasper is the best solution to compile and process JasperReports (.jrxml & .jasper files) just using PHP, in short: to generate reports using PHP. +#### Our channel on discord +https://discord.gg/7FpDnQ + **Notes:** * PHPJasper Can be used regardless of your PHP Framework * For PHP versions less than 7.0 see: [v1.16](https://github.com/PHPJasper/phpjasper/releases/tag/v1.16) diff --git a/docs/pt_BR/LEIA-ME_pt_BR.md b/docs/pt_BR/LEIA-ME_pt_BR.md index 008ba36..af08340 100644 --- a/docs/pt_BR/LEIA-ME_pt_BR.md +++ b/docs/pt_BR/LEIA-ME_pt_BR.md @@ -19,6 +19,9 @@ _Gerador de relatórios PHP_ PHPJasper é a solução perfeita para compilar e processar relatórios Jasper (.jrxml & .jasper) com PHP, ou seja, gerar relatórios com PHP. +#### Nosso canal no discord +https://discord.gg/7FpDnQ + **Notas:** * PHPJasper pode ser usado independente de seu Framework * Se você está usando uma versão menor que PHP 7.0 veja: [v1.16](https://github.com/PHPJasper/phpjasper/releases/tag/v1.16) diff --git a/phpunit.xml b/phpunit.xml deleted file mode 100644 index 7b66ac2..0000000 --- a/phpunit.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - ./tests/ - - - - - - ./src/ - - - - - - - - - \ No newline at end of file