This PR adds a composer.lock file, generated after running the composer update command. The PR also removes the snyk check from the CI config steps. This is going to be replaced with Snyk cloud checks (now that a lock file is present on the repo).
The required min php version is now faked on the composer.json file, in order for composer to take it into consideration when installing or updating the dependencies.
Output of the composer update command (aka versions that changed)
Changes
This PR adds a
composer.lock
file, generated after running thecomposer update
command. The PR also removes the snyk check from the CI config steps. This is going to be replaced with Snyk cloud checks (now that a lock file is present on the repo).The required min php version is now faked on the
composer.json
file, in order for composer to take it into consideration when installing or updating the dependencies.Output of the
composer update
command (aka versions that changed)Testing
3 tests got their syntax updated to use PHPUnit 4.8 (compatible with the PHP 5.5). All of them pass now 👍 but haven't manually tested this library.
[ ] This change adds test coverage
[ ] This change has been tested on the latest version of Symfony
Checklist
[x] I have read the Auth0 general contribution guidelines
[x] I have read the Auth0 Code of Conduct
[ ] All existing and new tests complete without errors