Skip to content

Commit 30e419e

Browse files
committed
Sync fork with upstream and update dependencies
- Update composer.lock to reflect new package versions and hashes. - Change PHP requirement from `>=8.0` to `^8.1` in composer.json. - Upgrade Docker base image to `phpdockerio/php:8.1-fpm`. - Modify VisualCeption.php methods to enhance exception handling and improve code readability.
1 parent 4e0c110 commit 30e419e

4 files changed

Lines changed: 304 additions & 299 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://github.com/Codeception/VisualCeption",
77
"license": "MIT",
88
"require": {
9-
"php": ">=8.0",
9+
"php": "^8.1",
1010
"ext-imagick": "*",
1111
"ext-mbstring": "*",
1212
"ext-zip": "*",

0 commit comments

Comments
 (0)