Skip to content

Commit

Permalink
update composer (#3)
Browse files Browse the repository at this point in the history
* update composer

* update composer

* update composer
  • Loading branch information
D4lv1k authored Sep 20, 2024
1 parent 512fbfb commit 1c5974e
Show file tree
Hide file tree
Showing 2 changed files with 2,946 additions and 1,553 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
],
"require": {
"php": "^8.1",
"sapientpro/image-comparator": "^1.0",
"illuminate/support": "^8.0|^9.0|^10.0"
"sapientpro/image-comparator": "^1.1.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand All @@ -27,9 +27,9 @@
}
},
"require-dev": {
"squizlabs/php_codesniffer": "3.7.2",
"phpunit/phpunit": "^10.0",
"orchestra/testbench": "^8.0"
"squizlabs/php_codesniffer": "^3.7.2",
"phpunit/phpunit": "^10.0|^11.0",
"orchestra/testbench": "^8.0|^9.0"
},
"scripts": {
"phpcs": "vendor/bin/phpcs .",
Expand Down
Loading

0 comments on commit 1c5974e

Please sign in to comment.