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

Conversation

weierophinney
Copy link
Member

This patch updates the 2.6 series to allow using zend-stdlib 2.7 or 3.0 releases. The only functionality used from zend-stdlib is the ArrayObject implementation, which maintains compatibility across versions.

- PHP: `^5.5 || ^7.0`
- zend-stdlib `^2.7 || ^3.0`, as the features used are available in each
- phpunit `^4.5`, to ensure availability of prophecy
Restricted the branch exception to a regext that matches tags specifically.
composer.json Outdated
"zendframework/zend-stdlib": "^2.7 || ^3.0",
"fabpot/php-cs-fixer": "1.7.*",
"phpunit/PHPUnit": "~4.0"
"phpunit/PHPUnit": "^4.5"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to check this one: it would be good to push at least to the current patch release here.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for the 2.6 series; I think this is likely sufficient, but I can bump later if desired. (I see master uses 4.8.21 or something similar.)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, just seen that this is 4.x, not 5.x

@weierophinney weierophinney added this to the 2.6.3 milestone Apr 20, 2016
@weierophinney weierophinney self-assigned this Apr 20, 2016
To mimic current master (3.0.* series).
@weierophinney weierophinney merged commit 42d759c into zendframework:release-2.6 Apr 20, 2016
weierophinney added a commit that referenced this pull request Apr 20, 2016
@weierophinney weierophinney deleted the hotfix/stdlib branch April 20, 2016 17: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.

2 participants