Skip to content

Commit

Permalink
Update dependencies in composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Apr 8, 2024
1 parent e1224b7 commit 8984f5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ tests/ApiTest.php
.env
.php_cs.cache
.php-cs-fixer.cache

.phpunit.cache

10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
],
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^6.5.8|^7.5"
"guzzlehttp/guzzle": "^6.5.8|^7.8.1"
},
"require-dev": {
"laravel/pint": "^1.13",
"pestphp/pest": "^2.8.3",
"psalm/plugin-laravel": "^2.5",
"vlucas/phpdotenv": "^5.5"
"laravel/pint": "^1.15.1",
"pestphp/pest": "^2.34.7",
"psalm/plugin-laravel": "^2.11",
"vlucas/phpdotenv": "^5.6"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8984f5a

Please sign in to comment.