Skip to content

Commit

Permalink
composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
omalizadeh committed Jan 27, 2022
1 parent d60e0df commit 6ff3414
Show file tree
Hide file tree
Showing 2 changed files with 600 additions and 668 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"php": "^7.4|^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.5.5|^7.0.1",
"illuminate/contracts": "^7.0|^8.0",
"illuminate/http": "^7.0|^8.0",
"illuminate/support": "^7.0|^8.0",
"ramsey/uuid": "^4.0"
Expand Down Expand Up @@ -69,6 +70,9 @@
}
}
},
"scripts": {
"test": "phpunit --color=always"
},
"minimum-stability": "dev",
"prefer-stable": true
}
Loading

0 comments on commit 6ff3414

Please sign in to comment.