diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index eaa43a7..ed15a13 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: true matrix: - php: [7.4, 8.0, 8.1, 8.2] + php: [8.2, 8.3, 8.4] name: Tests on PHP ${{ matrix.php }} - ${{ matrix.stability }} diff --git a/composer.json b/composer.json index 7141cfb..ed5ffcd 100644 --- a/composer.json +++ b/composer.json @@ -19,15 +19,15 @@ } ], "require": { - "php": ">=7.4", - "illuminate/notifications": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0", - "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0", + "php": ">=8.2", + "illuminate/notifications": "^11.0 || ^12.0", + "illuminate/support": "^11.0 || ^12.0", "netflie/whatsapp-cloud-api": "^2.2.0" }, "require-dev": { "mockery/mockery": "^1.0", - "phpstan/phpstan": "^1.9 || ^2.1", - "phpunit/phpunit": "^9.0" + "phpstan/phpstan": "^2.1", + "phpunit/phpunit": "^11.0" }, "autoload": { "psr-4": {