Skip to content

Commit

Permalink
Merge pull request #27 from tarfin-labs/php8-support
Browse files Browse the repository at this point in the history
PHP 8 support added.
  • Loading branch information
tkaratug authored Jun 3, 2021
2 parents d6f2908 + 2c56234 commit 3d41fca
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.4]
php: [7.4, 8.0]
laravel: [8.*]
dependency-version: [prefer-lowest, prefer-stable]

Expand Down
19 changes: 0 additions & 19 deletions .scrutinizer.yml

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to `netgsm` will be documented in this file

## Unreleased

## [4.2.0] - 2021-06-03

- PHP 8 support added.

## [4.1.0] - 2021-06-01

- Bulk address adding support added to IYS.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
With this package, you can send easily [Netgsm notifications](https://www.netgsm.com.tr/dokuman/#api-dok%C3%BCman%C4%B1) with Laravel `^8.0`.
This package also provides some simple reporting.

> This package requires PHP 7.3 and Laravel `8.0` or higher.
> This package requires PHP `7.3` or higher and Laravel `8.0` or higher.
> For older versions of Laravel, please use version `^2.0.0` of this package!
## Contents
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"guzzlehttp/guzzle": "^7.1",
"illuminate/support": "^8.0",
"illuminate/notifications": "^8.0",
Expand Down

0 comments on commit 3d41fca

Please sign in to comment.