Update 'composer.json'

This commit is contained in:
Maxime Renou 2021-06-21 18:13:19 +02:00
parent eda52c3d65
commit 14b47b6f6e
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@
}
},
"require": {
"guzzlehttp/guzzle": "^7.2",
"php": "^7.2"
"guzzlehttp/guzzle": "^7.3",
"php": "^7.3|^8.0"
},
"prefer-stable": true
}