forked from Codeception/VisualCeption
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from 1FF/Update-package-to-php8
Update package to php v8
- Loading branch information
Showing
46 changed files
with
2,715 additions
and
1,378 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,30 @@ | ||
{ | ||
"name": "codeception/visualception", | ||
"name": "codeception/module-visualception", | ||
"description": "Visual regression tests for Codeception", | ||
"version": "1.0.4", | ||
"version": "5.0.0", | ||
"type": "library", | ||
"homepage": "https://github.com/Codeception/VisualCeption", | ||
"license": "Apache-2.0", | ||
"require": { | ||
"php": ">=5.4.0", | ||
"ext-imagick": "*" | ||
"php": ">=8.0", | ||
"ext-imagick": "*", | ||
"ext-mbstring": "*", | ||
"ext-zip": "*", | ||
"ext-xml": "*", | ||
"codeception/codeception": "^5.0", | ||
"codeception/module-webdriver": "^3.2" | ||
}, | ||
"require-dev": { | ||
"codeception/codeception": "2.5.6", | ||
"phpunit/phpunit": "6.5.14" | ||
"phpunit/phpunit": "^9.5" | ||
}, | ||
"autoload": { | ||
"classmap": ["module/"] | ||
} | ||
"classmap": [ | ||
"src/", | ||
"tests/unit/Codeception/Module/TestCestExample.php" | ||
] | ||
}, | ||
"conflict": { | ||
"codeception/codeception": "<5.0" | ||
}, | ||
"minimum-stability": "dev" | ||
} |
Oops, something went wrong.