Skip to content

Commit

Permalink
support for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
timoladoyinbo committed Oct 5, 2024
1 parent 8243699 commit 0792593
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.0, 8.1]
laravel: [9.*, 10.*]
php: [8.2]
laravel: [11.*]

include:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 9.*
- laravel: 11.*
testbench: 10.*

name: P${{ matrix.php }} - L${{ matrix.laravel }}

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to `laravel-paystack-subscription` will be documented in this file

## 3.0 - 2024-10-05
- Support for Laravel 11
-
## 2.1.0 - 2023-03-04
- Support for Laravel 10

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
}
],
"require": {
"php": "^8.0|^8.1",
"digikraaft/laravel-paystack-webhooks": "^2.1",
"php": "^8.2",
"digikraaft/laravel-paystack-webhooks": "^3.0",
"digikraaft/paystack-php": "^2.2",
"laravel/framework": "^9.0|^10.0"
"laravel/framework": "^11.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.24",
"orchestra/testbench": "^7.6"
"phpunit/phpunit": "^11.0",
"vimeo/psalm": "^6.0@dev",
"orchestra/testbench": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0792593

Please sign in to comment.