diff --git a/.github/workflows/automated-test.yml b/.github/workflows/automated-test.yml index 48a8b02..161732d 100644 --- a/.github/workflows/automated-test.yml +++ b/.github/workflows/automated-test.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['8.1', '8.2', '8.3'] + php-versions: ['8.2', '8.3', '8.4'] prefer-lowest: ['','--prefer-lowest'] name: PHP ${{ matrix.php-versions }} ${{ matrix.prefer-lowest }} steps: diff --git a/composer.json b/composer.json index 18d0b75..d5266bd 100644 --- a/composer.json +++ b/composer.json @@ -17,19 +17,18 @@ "require": { "php": ">=8.1", "ext-json": "*", - "illuminate/support": "^10.10|^11.0", - "illuminate/database": "^10.10|^11.0", - "phpoption/phpoption": "^1.8" + "illuminate/support": "^10.48.25|^11.34.0", + "illuminate/database": "^10.48.25|^11.34.0", + "phpoption/phpoption": "^1.9.3" }, "require-dev": { - "symfony/symfony": "^6.1|^7.0", - "laravel/legacy-factories": "^1.0.4", - "orchestra/testbench": "^8.0|^9.0", + "laravel/legacy-factories": "^1.4.0", + "orchestra/testbench": "^9.0", "phpunit/phpunit": "^10.5", - "guzzlehttp/guzzle": "^7.2", - "guzzlehttp/promises": "^1.4", - "mockery/mockery": "^1.4.2", - "nesbot/carbon" : "^2.62.1", + "guzzlehttp/guzzle": "^7.9", + "guzzlehttp/promises": "^1.5", + "mockery/mockery": "^1.6.0", + "nesbot/carbon" : "^2.72.0", "php-coveralls/php-coveralls": "^2.7.0" }, "autoload-dev":{