Skip to content

Commit

Permalink
Add PHP 8.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineOmega committed Jul 1, 2021
1 parent cfa18ce commit 9ae8001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/divineomega/php-postcodes",
"license": "LGPL-3.0-only",
"require": {
"php": "^7.1",
"php": "^7.1||^8.0",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"fzaninotto/faker": "^1.6",
"ext-json": "*"
Expand Down

0 comments on commit 9ae8001

Please sign in to comment.