Browse Source

Allow PHP 8.0

master
Guilherme Capanema de Barros 4 years ago
parent
commit
598bf00615
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      composer.json

+ 1
- 1
composer.json View File

@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.2"
"php": "^7.2 | ^8.0"
},
"config": {
"preferred-install": "dist"


Loading…
Cancel
Save