change php version to 8.0

This commit is contained in:
Michal Sieciechowicz 2021-03-01 10:06:03 +01:00
parent f19181c63a
commit e7bdcc5f6f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
], ],
"type": "library", "type": "library",
"require": { "require": {
"php": "^7.3.0", "php": "^7.3.0|^8.0",
"laravel/passport": "^10.1.0" "laravel/passport": "^10.1.0"
}, },
"autoload": { "autoload": {