Open Xint0-elab opened 2 years ago
@geekcom Can you please review this PR?
@vitormattos Hi Vitor, can you please review this pull-request?
@leandrocopam may you? Thx XD
Hi, How do I install this dependency from your project? I need the new version of JasperStartwe, when I try to install by composer using this:
It generates an error informing me that the PHPJasper class does not exist. "message": "Class \"PHPJasper\PHPJasper\" not found"
If install from compose require geekcom/phpjasper is it worked... more new version
Is too hardy to do this review, have a lot of files.
I think that binary files can't stay in the repository, maybe will be best to move all binaries to other repository and use require
to use the external repository or use other approach using environments or other way to define the version/tag of dependencies.
Following with these binaries in this repository also will be very hard to clone and work.
@vitormattos Including the binary dependencies directly in this repo has the advantage of knowing PHPJasper will work after install, without issues.
Hi @Xint0-elab, this PR is tested?
Hi @Xint0-elab, this PR is tested?
Yes, I used my fork in production. But have since switched to using https://github.com/smart145/phpjasper.
Upgrade JasperStarter to version 3.6.2
@geekcom Can you please review?