Skip to content

Commit

Permalink
Support Laravel 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshgurusamy committed Oct 30, 2024
1 parent 446c9fe commit 0910e10
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.2, 8.3]
php: [8.3]
dependency-version: [prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

To install this package you will need:

- Laravel 10.x
- PHP 8.2+
- Laravel 11.x
- PHP 8.3+

Run this command to install via composer

Expand All @@ -23,7 +23,7 @@ or edit the `composer.json`

```php
"require": {
"linkstreet/laravel-sms": "^6.1"
"linkstreet/laravel-sms": "^6.3"
}
```

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
}
],
"require": {
"php": "^8.2",
"illuminate/support": "^10.0",
"php": "^8.3",
"illuminate/support": "^11.0",
"guzzlehttp/guzzle": "^7.0"
},
"autoload": {
Expand All @@ -26,8 +26,8 @@
}
},
"require-dev": {
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^10.0"
"orchestra/testbench": "^9.0",
"phpunit/phpunit": "^11.0"
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit 0910e10

Please sign in to comment.