We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512fbfb commit 1c5974eCopy full SHA for 1c5974e
composer.json
@@ -13,8 +13,8 @@
13
],
14
"require": {
15
"php": "^8.1",
16
- "sapientpro/image-comparator": "^1.0",
17
- "illuminate/support": "^8.0|^9.0|^10.0"
+ "sapientpro/image-comparator": "^1.1.0",
+ "illuminate/support": "^8.0|^9.0|^10.0|^11.0"
18
},
19
"autoload": {
20
"psr-4": {
@@ -27,9 +27,9 @@
27
}
28
29
"require-dev": {
30
- "squizlabs/php_codesniffer": "3.7.2",
31
- "phpunit/phpunit": "^10.0",
32
- "orchestra/testbench": "^8.0"
+ "squizlabs/php_codesniffer": "^3.7.2",
+ "phpunit/phpunit": "^10.0|^11.0",
+ "orchestra/testbench": "^8.0|^9.0"
33
34
"scripts": {
35
"phpcs": "vendor/bin/phpcs .",
0 commit comments