File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to `laravel Ussd` will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ v3.0.0-beta.2] - 2025-02-02
8
+ ### Added
9
+ - Add Laravel 11 support.
10
+
11
+
7
12
## [ v3.0.0-beta.1] - 2024-01-21
8
13
### Removed
9
14
- Removed machine in favor of USSD facade.
Original file line number Diff line number Diff line change 18
18
"keywords" : [" Laravel" , " Ussd" ],
19
19
"require" : {
20
20
"php" : " ^8.0" ,
21
- "illuminate/support" : " ~8|~9|~10"
21
+ "illuminate/support" : " ~8|~9|~10|~11 "
22
22
},
23
23
"require-dev" : {
24
24
"phpunit/phpunit" : " ^9.6" ,
25
- "orchestra/testbench" : " ~6|~7|~8" ,
25
+ "orchestra/testbench" : " ~6|~7|~8|~9 " ,
26
26
"friendsofphp/php-cs-fixer" : " ^3.41"
27
27
},
28
28
"autoload" : {
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ Build Ussd (Unstructured Supplementary Service Data) applications with laravel w
11
11
You can install the package via composer:
12
12
13
13
``` bash
14
- composer require sparors/laravel-ussd:^3
14
+ composer require sparors/laravel-ussd:^3.0-beta
15
15
```
16
16
17
17
For older version use
18
18
19
19
``` bash
20
- composer require sparors/laravel-ussd:^2
20
+ composer require sparors/laravel-ussd:^2.0
21
21
```
22
22
23
23
Laravel Ussd provides zero configuration out of the box. To publish the config, run the vendor publish command:
You can’t perform that action at this time.
0 commit comments