diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 997d6e1..dcf7661 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,10 @@ jobs: strategy: matrix: - php: [8.0, 8.1, 8.2] + php: [8.0, 8.1, 8.2, 8.3] experimental: [ false ] include: - - php: 8.3 + - php: 8.4 experimental: true name: PHP${{ matrix.php }} diff --git a/composer.json b/composer.json index 5f209e2..6b93734 100644 --- a/composer.json +++ b/composer.json @@ -12,10 +12,10 @@ "homepage": "https://github.com/jeroen-g/autowire", "keywords": ["Laravel", "autowire"], "require": { - "php": "8.0.*||8.1.*||8.2.*", + "php": "^8.0", "ergebnis/classy": "^1.3", - "illuminate/support": "~8.0||~9.0||~10.0", - "illuminate/console": "~8.0||~9.0||~10.0", + "illuminate/support": "~8.0||~9.0||~10.0||~11.0", + "illuminate/console": "~8.0||~9.0||~10.0||~11.0", "webmozart/assert": "^1.10" }, "require-dev": {