diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2e02fa0..a5aba49 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: environment: Testing strategy: matrix: - php-version: ['8.3', '8.4', '8.5'] + php-version: ['8.4', '8.5'] steps: - name: Checkout code diff --git a/composer.json b/composer.json index c226061..8eb215d 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ ], "license": "MIT", "require": { - "php": "^8.3", + "php": "^8.4", "laravel/ai": "^0.6.7", "laravel/fortify": "^1.34", "laravel/framework": "^13.7", diff --git a/composer.lock b/composer.lock index 5a0acf4..1333d79 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "39db375276337bc65329d77ffbaf3e15", + "content-hash": "8dde199dac170af0509baf689c4e98e9", "packages": [ { "name": "aws/aws-crt-php", @@ -11438,7 +11438,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^8.3" + "php": "^8.4" }, "platform-dev": {}, "plugin-api-version": "2.9.0"