Skip to content

Commit d09e8ae

Browse files
committed
Add support to Laravel 12.x & PHPUnit 11.x
1 parent 85dc2d0 commit d09e8ae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">=7.4",
23-
"illuminate/notifications": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
24-
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
22+
"php": ">=8.2",
23+
"illuminate/notifications": "^11.0 || ^12.0",
24+
"illuminate/support": "^11.0 || ^12.0",
2525
"netflie/whatsapp-cloud-api": "^2.2.0"
2626
},
2727
"require-dev": {
2828
"mockery/mockery": "^1.0",
29-
"phpstan/phpstan": "^1.9 || ^2.1",
30-
"phpunit/phpunit": "^9.0"
29+
"phpstan/phpstan": "^2.1",
30+
"phpunit/phpunit": "^11.0"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)