Skip to content

Commit ef090ce

Browse files
authored
Update composer.json
1 parent 5e784e9 commit ef090ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
}
1919
],
2020
"require": {
21-
"php": "~7.2",
21+
"php": ">=7.2",
2222
"graham-campbell/digitalocean": "^6.0",
23-
"guzzlehttp/guzzle": "^6.5",
24-
"kregel/basement-common": "^0.0.7"
23+
"guzzlehttp/guzzle": ">=6.5",
24+
"kregel/basement-common": ">=0.0.7"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": ">=8.0",

0 commit comments

Comments
 (0)