Skip to content

Commit 1c5974e

Browse files
authored
update composer (#3)
* update composer * update composer * update composer
1 parent 512fbfb commit 1c5974e

File tree

2 files changed

+2946
-1553
lines changed

2 files changed

+2946
-1553
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
],
1414
"require": {
1515
"php": "^8.1",
16-
"sapientpro/image-comparator": "^1.0",
17-
"illuminate/support": "^8.0|^9.0|^10.0"
16+
"sapientpro/image-comparator": "^1.1.0",
17+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
1818
},
1919
"autoload": {
2020
"psr-4": {
@@ -27,9 +27,9 @@
2727
}
2828
},
2929
"require-dev": {
30-
"squizlabs/php_codesniffer": "3.7.2",
31-
"phpunit/phpunit": "^10.0",
32-
"orchestra/testbench": "^8.0"
30+
"squizlabs/php_codesniffer": "^3.7.2",
31+
"phpunit/phpunit": "^10.0|^11.0",
32+
"orchestra/testbench": "^8.0|^9.0"
3333
},
3434
"scripts": {
3535
"phpcs": "vendor/bin/phpcs .",

0 commit comments

Comments
 (0)