Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkregel authored Dec 25, 2022
1 parent 5e784e9 commit ef090ce
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 @@ -18,10 +18,10 @@
}
],
"require": {
"php": "~7.2",
"php": ">=7.2",
"graham-campbell/digitalocean": "^6.0",
"guzzlehttp/guzzle": "^6.5",
"kregel/basement-common": "^0.0.7"
"guzzlehttp/guzzle": ">=6.5",
"kregel/basement-common": ">=0.0.7"
},
"require-dev": {
"phpunit/phpunit": ">=8.0",
Expand Down

0 comments on commit ef090ce

Please sign in to comment.