Skip to content

Commit

Permalink
Add support for PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceandy committed Oct 28, 2021
1 parent 984947a commit 83f072f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [v0.0.3](https://github.com/bryceandy/laravel-selcom/compare/v0.0.2...v0.0.3) - October 28, 2021
* Add support for PHP 8

## [v0.0.2](https://github.com/bryceandy/laravel-selcom/compare/v0.0.1...v0.0.2) - September 15, 2021
* Add `selcom_transaction_id` to the payments table

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=7.4",
"php": "^7.4|^8.0",
"ext-curl": "*",
"guzzlehttp/guzzle": "^7.3"
},
Expand Down

0 comments on commit 83f072f

Please sign in to comment.