Tags: 1FF/visualception
Tags
Update packages (#16) * Update dependencies to latest versions in composer.lock and composer.json - Upgrade codeception/module-webdriver to version 4.0. - Update phpunit/phpunit to version 10.0. - Refresh dependency references and hashes in composer.lock to reflect current versions. - Add .phprc for PHP version management to specify php8.1. - Correct visualception package reference to "1ff/module-visualception:*". * Update PHP version to 8.2 in Docker and project files - Upgrade PHP version from 8.1 to 8.2 in Dockerfile, .phprc, composer.json, and docker-compose.yml. - Modify required packages in composer.lock for compatibility with PHP 8.2. - Update GitHub Actions to use the latest checkout action version (v4).