pressbooks / excalibur

Excalibur is a SWORD protocol client for Pressbooks.
GNU General Public License v3.0
3 stars 1 forks source link

Support PHP8 #51

Closed SteelWagstaff closed 1 year ago

SteelWagstaff commented 1 year ago

Part of https://github.com/pressbooks/private/issues/961

This PR updates the code to support PHP8. It also bumps dependencies and updates the CI pipeline

private-packagist[bot] commented 1 year ago

composer.lock

Dev Package changes

Package Operation From To Changes
humanmade/coding-standards upgrade v1.1.3 v1.2.1 diff
nikic/php-parser upgrade v4.14.0 v4.15.1 diff
phpcompatibility/phpcompatibility-paragonie upgrade 1.3.1 1.3.2 diff
phpcompatibility/phpcompatibility-wp upgrade 2.1.3 2.1.4 diff
phpunit/php-code-coverage upgrade 9.2.15 9.2.18 diff
phpunit/phpunit upgrade 9.5.20 9.5.26 diff
sebastian/comparator upgrade 4.0.6 4.0.8 diff
sebastian/exporter upgrade 4.0.4 4.0.5 diff
sebastian/type upgrade 3.0.0 3.2.0 diff
squizlabs/php_codesniffer upgrade 3.5.8 3.7.1 diff
wp-coding-standards/wpcs upgrade 2.2.1 2.3.0 diff
phpdocumentor/reflection-common remove 2.2.0 - -
phpdocumentor/reflection-docblock remove 5.3.0 - -
phpdocumentor/type-resolver remove 1.6.1 - -
phpspec/prophecy remove v1.15.0 - -
webmozart/assert remove 1.11.0 - -

Settings · Docs · Powered by Private Packagist

fdalcin commented 1 year ago

LGTM