Skip to content

Commit

Permalink
Merge pull request mewebstudio#214 from farzinghanbari/patch-1
Browse files Browse the repository at this point in the history
update composer.json to add support for PHP 8.0
  • Loading branch information
mewebstudio authored Jan 17, 2021
2 parents 616d006 + 5c8f833 commit 41a3dac
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 @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2|^8.0",
"ext-gd": "*",
"illuminate/config": "~5|^6|^7|^8",
"illuminate/filesystem": "~5|^6|^7|^8",
Expand Down

0 comments on commit 41a3dac

Please sign in to comment.