Skip to content

Commit

Permalink
Merge pull request #18 from tarfin-labs/laravel-8-compatibility
Browse files Browse the repository at this point in the history
Laravel version upgraded to 8
  • Loading branch information
hozdemir authored Oct 6, 2020
2 parents 7513045 + 60a73c6 commit 756ab6f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 756ab6f

Please sign in to comment.