pressbooks / pressbooks-lti-provider

A plugin which turns Pressbooks into an LTI provider.
GNU General Public License v3.0
7 stars 4 forks source link

Create CI pipeline, update dev dependencies #129

Closed SteelWagstaff closed 2 years ago

SteelWagstaff commented 2 years ago

Partial fix for https://github.com/pressbooks/private/issues/801

private-packagist[bot] commented 2 years ago

composer.lock

Package changes

Package Operation From To Changes
composer/installers upgrade v1.9.0 v1.12.0 diff

Dev Package changes

Package Operation From To Changes
automattic/vipwpcs add - 2.0.0 view code
dealerdirect/phpcodesniffer-composer-installer add - v0.7.1 view code
nikic/php-parser add - v4.13.2 view code
phpcompatibility/php-compatibility add - 9.3.5 view code
phpcompatibility/phpcompatibility-paragonie add - 1.3.1 view code
phpcompatibility/phpcompatibility-wp add - 2.1.3 view code
phpunit/php-invoker add - 3.1.1 view code
sebastian/cli-parser add - 1.0.1 view code
sebastian/code-unit add - 1.0.8 view code
sebastian/complexity add - 2.0.2 view code
sebastian/lines-of-code add - 1.0.3 view code
sebastian/type add - 2.3.4 view code
yoast/phpunit-polyfills add - 1.0.3 view code
doctrine/instantiator upgrade 1.3.0 1.4.0 diff
fig-r/psr2r-sniffer upgrade 0.5.0 0.5.2 diff
humanmade/coding-standards upgrade v0.5.0 v1.1.3 diff
myclabs/deep-copy upgrade 1.9.5 1.10.2 diff
phar-io/manifest upgrade 1.0.3 2.0.3 diff
phar-io/version upgrade 2.0.1 3.1.0 diff
phpdocumentor/reflection-common upgrade 2.0.0 2.2.0 diff
phpdocumentor/reflection-docblock upgrade 4.3.4 5.3.0 diff
phpdocumentor/type-resolver upgrade 1.0.1 1.6.0 diff
phpspec/prophecy upgrade v1.10.3 v1.15.0 diff
phpunit/php-code-coverage upgrade 6.1.4 9.2.10 diff
phpunit/php-file-iterator upgrade 2.0.2 3.0.6 diff
phpunit/php-text-template upgrade 1.2.1 2.0.4 diff
phpunit/php-timer upgrade 2.1.2 5.0.3 diff
phpunit/phpunit upgrade 7.5.20 9.5.13 diff
pressbooks/coding-standards upgrade 1.0.0 1.1.0 diff
sebastian/code-unit-reverse-lookup upgrade 1.0.1 2.0.3 diff
sebastian/comparator upgrade 3.0.2 4.0.6 diff
sebastian/diff upgrade 3.0.2 4.0.4 diff
sebastian/environment upgrade 4.2.3 5.1.3 diff
sebastian/exporter upgrade 3.1.2 4.0.4 diff
sebastian/global-state upgrade 2.0.0 5.0.3 diff
sebastian/object-enumerator upgrade 3.0.3 4.0.4 diff
sebastian/object-reflector upgrade 1.1.1 2.0.4 diff
sebastian/recursion-context upgrade 3.0.0 4.0.4 diff
sebastian/resource-operations upgrade 2.0.1 3.0.3 diff
sebastian/version upgrade 2.0.1 3.0.2 diff
squizlabs/php_codesniffer upgrade 3.3.2 3.5.8 diff
symfony/polyfill-ctype upgrade v1.15.0 v1.24.0 diff
theseer/tokenizer upgrade 1.1.3 1.2.1 diff
webmozart/assert upgrade 1.8.0 1.10.0 diff
wp-coding-standards/wpcs upgrade 0.14.1 2.2.1 diff
phpunit/php-token-stream remove 3.1.1 - -

Important Metadata Changes

Package Version Metadata From To
webmozart/assert 1.10.0 dist url https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6 https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25
webmozart/assert 1.10.0 source url https://github.com/webmozart/assert.git https://github.com/webmozarts/assert.git

Settings · Docs · Powered by Private Packagist

SteelWagstaff commented 2 years ago

There's one failing test that I don't know how to fix. Would welcome friendly commit @arzola