-
Notifications
You must be signed in to change notification settings - Fork 53
Modernize the package and finalize QA tooling #148
Modernize the package and finalize QA tooling #148
Conversation
Results of running `zf-maintainer rebase-doc-templates`. Updates the package to follow current package guidelines with reference to documentation location, support documents, `composer.json` structure, etc.
- added PHP 7.1 & PHP 7.2 - dropped HHVM - removed building docs Conflicts: .travis.yml
Conflicts: .gitattributes
xcache is supported ONLY on PHP 5.6
Conflicts: .travis.yml
Fixes issue with PHP 7.2 signature compatibility. Conflicts: composer.json composer.lock
Conflicts: composer.json composer.lock
Pinging @webimpress ... |
Initial test runs that have actually completed (a number had segfaults and needed to be restarted) have been mostly successful, with one specific failure: the |
I honestly think at this point the only way we'll get tests to run completely is to separate the adapters into their own repos, as @marc-mabe has planned for some time. |
Sorry, I was not able to have a look before... LGTM 👍 😄 |
@weierophinney About The I'm working on it and I'll open a PR to skip that test in a while. |
Open #149 |
This patch modernizes the package to follow guidelines as set in our maintainers repository.
In particular:
/doc/
to/docs/
.composer.json
structure..gitignore
,.gitattributes
, etc.)Additionally, this patch incorporates commits from #141 that accomplish the following:
PatternPluginManager
to ensure it works with both v2 and v3 versions of zend-servicemanager, fixing an issue with PHP 7.2 compatibility.