feat: php 8 support

This commit is contained in:
Maxime 2021-03-09 13:18:30 +01:00
parent a4977e8005
commit 4ab8d76479
1 changed files with 1 additions and 1 deletions

View File

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