Skip to content

Commit f3be362

Browse files
DevquasarX9ggiakburesmi7
authored
Sync fork with upstream (#13)
* [834d22b] Improve for codeception 5 and PHP 8.1 (#3) (Codeception#78) [4b5f547] feature/codeception-upgrade-to-v5 (#2) Co-authored-by: koehnlein <[email protected]> * Codeception#69 Fix licence type in composer.json (Codeception#74) * 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. * Refactor method declarations by removing unnecessary line breaks for improved readability in VisualCeption module. --------- Co-authored-by: Giorgos Giakoumettis <[email protected]> Co-authored-by: Michal Bureš <[email protected]>
1 parent b01bc62 commit f3be362

File tree

4 files changed

+145
-133
lines changed

4 files changed

+145
-133
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"version": "5.0.0",
55
"type": "library",
66
"homepage": "https://github.com/Codeception/VisualCeption",
7-
"license": "Apache-2.0",
7+
"license": "MIT",
88
"require": {
9-
"php": "8.1.*",
9+
"php": "^8.1",
1010
"ext-imagick": "*",
1111
"ext-mbstring": "*",
1212
"ext-zip": "*",

0 commit comments

Comments
 (0)