Skip to content

Commit afb1fd0

Browse files
committed
Merge branch 'main' into 3.x
2 parents 4fb58c4 + 3230794 commit afb1fd0

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to `laravel Ussd` will be documented in this file.
44

55
## [Unreleased]
66

7+
## [v3.0.0-beta.2] - 2025-02-02
8+
### Added
9+
- Add Laravel 11 support.
10+
11+
712
## [v3.0.0-beta.1] - 2024-01-21
813
### Removed
914
- Removed machine in favor of USSD facade.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"keywords": ["Laravel", "Ussd"],
1919
"require": {
2020
"php": "^8.0",
21-
"illuminate/support": "~8|~9|~10"
21+
"illuminate/support": "~8|~9|~10|~11"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^9.6",
25-
"orchestra/testbench": "~6|~7|~8",
25+
"orchestra/testbench": "~6|~7|~8|~9",
2626
"friendsofphp/php-cs-fixer": "^3.41"
2727
},
2828
"autoload": {

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Build Ussd (Unstructured Supplementary Service Data) applications with laravel w
1111
You can install the package via composer:
1212

1313
``` bash
14-
composer require sparors/laravel-ussd:^3
14+
composer require sparors/laravel-ussd:^3.0-beta
1515
```
1616

1717
For older version use
1818

1919
``` bash
20-
composer require sparors/laravel-ussd:^2
20+
composer require sparors/laravel-ussd:^2.0
2121
```
2222

2323
Laravel Ussd provides zero configuration out of the box. To publish the config, run the vendor publish command:

0 commit comments

Comments
 (0)