diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7bf5291..d3d3c8a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: fail-fast: true matrix: php: [7.2, 7.3, 7.4] - laravel: [6.*, 7.*] + laravel: [6.*, 7.*, 8.*] dependency-version: [prefer-lowest, prefer-stable] name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f66774..7cf85b0 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to `netgsm` will be documented in this file ## Unreleased + +## [3.0.0] - 2020-10-06 + +- 2020-10-06: Laravel netgsm now compatible with Laravel 8. + ## 2.1.1 - 2020-03-05 - "vendor:publish" section in the documentation has been fixed. diff --git a/composer.json b/composer.json index 640bbbf..78bcee5 100755 --- a/composer.json +++ b/composer.json @@ -31,19 +31,19 @@ } ], "require": { - "php": "^7.2", + "php": "^7.3", "guzzlehttp/guzzle": "^6.5", - "illuminate/support": "^6.0|^7.0", - "illuminate/notifications": "^6.0|^7.0", - "illuminate/translation": "^6.0|^7.0", + "illuminate/support": "^6.0|^7.0|^8.0", + "illuminate/notifications": "^6.0|^7.0|^8.0", + "illuminate/translation": "^6.0|^7.0|^8.0", "nesbot/carbon": "^2.0", "ext-simplexml": "*" }, "require-dev": { "fzaninotto/faker": "^1.9", "mockery/mockery": "^1.3", - "orchestra/testbench": "^4.0|^5.0", - "phpunit/phpunit": "^8.5" + "orchestra/testbench": "^4.0|^5.0|~6.0", + "phpunit/phpunit": "^9.0" }, "autoload": { "psr-4": {