Skip to content

Commit 3d7fcad

Browse files
committed
Update GitHub Actions and dependencies for Laravel 10 support
1 parent ab572d4 commit 3d7fcad

3 files changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16-
- laravel: "8.*"
17-
testbench: "6.*"
18-
php: "8.1"
19-
- laravel: "9.*"
20-
testbench: "7.*"
21-
php: "8.1"
2216
- laravel: "10.*"
2317
testbench: "8.*"
2418
php: "8.2"

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0"
16+
"illuminate/support": "^10.0|^11.0|^12.0"
1717
},
1818
"autoload": {
1919
"psr-4": {
@@ -39,6 +39,6 @@
3939
}
4040
},
4141
"require-dev": {
42-
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0"
42+
"orchestra/testbench": "^8.0|^9.0|^10.0"
4343
}
4444
}

readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Use [Paystack](https://paystack.com) Apis in your laravel project.
44
> There are other libraries but this was created to solve the issues such as flexibility and ability to call paystack apis in laravel Job scope.
55
66
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
7-
[![Travis](https://img.shields.io/travis/binkode/laravel-paystack.svg?style=flat-square)]()
87
[![Total Downloads](https://img.shields.io/packagist/dt/myckhel/laravel-paystack.svg?style=flat-square)](https://packagist.org/packages/myckhel/laravel-paystack)
98
[![Postman Collection](https://img.shields.io/badge/Postman-FF6C37?style=for-the-badge&logo=postman&logoColor=white)](https://www.postman.com/myckhel/workspace/myckhel/collection/9558301-024596ae-713a-4890-b12b-6842195ef802?action=share&creator=9558301)
109
<table border="0">

0 commit comments

Comments
 (0)