Skip to content

Commit

Permalink
feat: update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
abettini committed Mar 2, 2022
1 parent a8bf181 commit 8de0236
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0",
"guzzlehttp/guzzle": "~6.0|^7.0"
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"guzzlehttp/guzzle": "^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpunit": "^7.5|^8.0|^9.0",
"phpstan/phpstan": "^0.12",
"illuminate/config": "^5.8|^6.0|^7.0|^8.0",
"illuminate/config": "^5.8|^6.0|^7.0|^8.0|^9.0",
"php-coveralls/php-coveralls": "^2.1",
"orchestra/testbench": "^3.7"
},
Expand Down

0 comments on commit 8de0236

Please sign in to comment.