Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Merge pull request #17 from armancodes/php8-support
Browse files Browse the repository at this point in the history
add php 8 support
  • Loading branch information
armancodes committed Feb 25, 2021
2 parents 18408a9 + 45ded73 commit 84ce40b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ All notable changes to `laravel-download-link` will be documented in this file
## 1.0.0 - 2020-08-29

- Initial release 🎉

## 1.1.0 - 2021-02-25

- Add support for PHP 8 version
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^7.4"
"php": "^7.4|^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
Expand Down

0 comments on commit 84ce40b

Please sign in to comment.