Skip to content

Commit

Permalink
Add support for PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdesign committed Nov 30, 2020
1 parent 50603d0 commit 9a451dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ matrix:
env: LARAVEL=^8.0 TESTBENCH=^6.0 PHPUNIT=~9.3
- php: 7.4
env: LARAVEL=^8.0 TESTBENCH=^6.0 PHPUNIT=~9.3
- php: nightly
env: LARAVEL=^8.0 TESTBENCH=^6.0 PHPUNIT=~9.3

before_install:
- phpenv config-rm xdebug.ini
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `artisan-cloudflare` will be documented in this file.

## 2.4.2 - 2020-11-30

- Add support for PHP 8

## 2.4.1 - 2020-09-30

- Provide empty array if the configuration has no zones
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.1|^8.0",
"guzzlehttp/guzzle": "^6.0|^7.0",
"illuminate/console": "^5.5|^6.0|^7.0|^8.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0"
Expand Down

0 comments on commit 9a451dd

Please sign in to comment.