Skip to content

Commit

Permalink
feat: add support for PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Jan 8, 2021
1 parent 14af4f3 commit c47f65a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
}
],
"require": {
"php": "^7.3|^8.0"
"php": "^7.3 || ^8.0"
},
"require-dev": {
"laravel-zero/framework": "^8.0",
"laravel-zero/framework": "^8.5",
"padraic/phar-updater": "^1.0.6"
},
"autoload": {
Expand Down

0 comments on commit c47f65a

Please sign in to comment.