Marks several objects for deprecation in the next major release. All of these methods are from the original library before we took it over. They don't follow modern PHP paradigms.
Specifically, this deprecates the old IMSGlobal objects. It also removes several functions that render HTML content.
Summary of Changes
Marks several objects for deprecation in the next major release. All of these methods are from the original library before we took it over. They don't follow modern PHP paradigms.
Specifically, this deprecates the old IMSGlobal objects. It also removes several functions that render HTML content.
This is blocked by https://github.com/packbackbooks/lti-1-3-php-library/pull/99
Testing
composer test
before opening this PRcomposer lint-fix
before opening this PR