issues
search
paulgibbs
/
behat-wordpress-extension
WordHat: Behat for WordPress
https://wordhat.info
GNU General Public License v3.0
106
stars
20
forks
source link
Update Composer
#224
Closed
paulgibbs
closed
6 years ago
paulgibbs
commented
6 years ago
Description
Update Composer:
WP-CLI v2.0
Fetch as if using PHP 7.1 (our supported version) so lock file is consistent across PHP versions.
Remove
ocramius/proxy-manager
; this was a workaround for dependancy resolution, now redundant?
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
[ ] I have updated the documentation accordingly.
[x] I have read the
CONTRIBUTING
document.
[ ] I have added tests to cover my changes.
[x] All new and existing tests passed.
Description
Update Composer:
ocramius/proxy-manager
; this was a workaround for dependancy resolution, now redundant?Types of changes
Checklist: