We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c41c0 commit 1d005d7Copy full SHA for 1d005d7
2 files changed
composer.json
@@ -6,19 +6,19 @@
6
"authors": [
7
{
8
"name": "Michael Drennen",
9
- "email": "mdrennen@deerparkrd.com"
+ "email": "michaeldrennen74@gmail.com"
10
}
11
],
12
"minimum-stability": "stable",
13
"require": {
14
"php": "^7.2",
15
"dprmc/cusip": "^1.0",
16
- "guzzlehttp/guzzle": "^6.3",
+ "guzzlehttp/guzzle": "^6.3||^7.0",
17
"psr/log": "^1.1",
18
"nesbot/carbon": "^2.26"
19
},
20
"require-dev": {
21
- "phpunit/phpunit": "^8.4"
+ "phpunit/phpunit": "^8.4||^9.0"
22
23
"autoload": {
24
"psr-4": {
0 commit comments