|
1 | 1 | { |
2 | 2 | "name": "laravel-notification-channels/smspoh", |
3 | | - "description": "Smspoh Notifications channel for Laravel 9.x and 10.x.", |
4 | | - "keywords": ["laravel", "notifications", "smspoh", "message", "sms", "myanmar", "MPT", "Telenor", "Ooredoo", "MyTel"], |
| 3 | + "description": "Smspoh Notifications channel", |
| 4 | + "keywords": ["laravel", "notifications", "smspoh", "message", "sms", "myanmar", "MPT", "Atom", "Ooredoo", "MyTel"], |
5 | 5 | "homepage": "https://github.com/laravel-notification-channels/smspoh", |
6 | 6 | "license": "MIT", |
7 | 7 | "authors": [ |
8 | 8 | { |
9 | 9 | "name": "Tint Naing Win", |
10 | | - "email": "amigo.k8@gmail.com", |
11 | | - "homepage": "https://github.com/tintnaingwinn", |
| 10 | + "email": "tintnaingwin.code@gmail.com", |
| 11 | + "homepage": "https://github.com/tintnaingwin", |
12 | 12 | "role": "Developer" |
13 | 13 | } |
14 | 14 | ], |
15 | 15 | "require": { |
16 | | - "php": "^8.1", |
| 16 | + "php": "^8.2", |
17 | 17 | "ext-json": "*", |
18 | 18 | "guzzlehttp/guzzle": "^7.0", |
19 | | - "illuminate/notifications": "^9.0|^10.0|^11.0", |
20 | | - "illuminate/support": "^9.0|^10.0|^11.0" |
| 19 | + "illuminate/notifications": "^10.0|^11.0|^12.0", |
| 20 | + "illuminate/support": "^10.0|^11.0|^12.0" |
21 | 21 | }, |
22 | 22 | "require-dev": { |
23 | 23 | "laravel/pint": "^1.5", |
24 | | - "mockery/mockery": "^1.3", |
25 | | - "larastan/larastan": "^1.0|^2.0", |
26 | | - "orchestra/testbench": "^7.31|^8.11|^9.0", |
27 | | - "pestphp/pest": "^1.21|^2.0", |
28 | | - "phpstan/extension-installer": "^1.1", |
29 | | - "phpstan/phpstan-deprecation-rules": "^1.0", |
30 | | - "phpstan/phpstan-phpunit": "^1.0", |
31 | | - "roave/security-advisories": "dev-latest" |
| 24 | + "nunomaduro/collision": "^7.0|^8.1", |
| 25 | + "larastan/larastan": "^2.0|^3.0", |
| 26 | + "orchestra/testbench": "^8.0|^9.0|^10.0", |
| 27 | + "pestphp/pest": "^2.0|^3.0", |
| 28 | + "pestphp/pest-plugin-laravel": "^2.0|^3.0", |
| 29 | + "phpstan/extension-installer": "^1.1|^2.0", |
| 30 | + "phpstan/phpstan-deprecation-rules": "^1.1|^2.0", |
| 31 | + "phpstan/phpstan-phpunit": "^1.1|^2.0" |
32 | 32 | }, |
33 | 33 | "autoload": { |
34 | 34 | "psr-4": { |
|
0 commit comments