Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Update to allow usage of zend-code v3 #14

Closed

Conversation

weierophinney
Copy link
Member

The reflection subcomponent of zend-code in v3 has no API changes that affect zend-server, and can be safely consumed by the component.

This patch updates the dependencies to allow zend-code v2 or v3 versions, and implements the lowest/locked/latest strategy for running tests on Travis. Additoinally, it updates the minimum required PHP version to 5.6, the PHPUnit version to 4.8, swaps in phpcs instead of php-cs-fixer, and fixes a ton of CS issues in the component.

- Require PHP 5.6+
- Use PHPUnit 4.8+
- Use zend-code 2.* or 3.*
- Replace php-cs-fixer with phpcs
- Lots of underscore-prefixed protected members.
- Test files that contained multiple classes and/or functions; split these out.
- Wrapped long lines.
- use composer autoloading instead
@weierophinney weierophinney added this to the 2.7.0 milestone Jun 20, 2016
@weierophinney weierophinney self-assigned this Jun 20, 2016
weierophinney added a commit that referenced this pull request Jun 20, 2016
@weierophinney weierophinney deleted the feature/zend-code-3 branch June 20, 2016 22:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant