diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7ba6f6f664f..872070830a9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: php: [8.3, 8.4, 8.5] - laravel: [12.*] + laravel: [12.*, 13.*] stability: [prefer-lowest, prefer-stable] os: [ubuntu-latest] include: diff --git a/composer.json b/composer.json index cb604cb4604..0d55816529e 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "guzzlehttp/guzzle": "^6.3 || ^7.0", "inertiajs/inertia-laravel": "^2.0", "james-heinrich/getid3": "^1.9.21", - "laravel/framework": "^12.40.0", + "laravel/framework": "^12.40.0 || ^13.0", "laravel/prompts": "^0.3.0", "league/commonmark": "^2.2", "league/csv": "^9.0", @@ -26,16 +26,16 @@ "nesbot/carbon": "^3.0", "pixelfear/composer-dist-plugin": "^0.1.4", "pragmarx/google2fa": "^8.0 || ^9.0", - "rebing/graphql-laravel": "^9.8", + "rebing/graphql-laravel": "^9.15", "rhukster/dom-sanitizer": "^1.0.7", "spatie/blink": "^1.3", "spatie/error-solutions": "^1.0 || ^2.0", "statamic/stringy": "^3.1.2", - "stillat/blade-parser": "^2.0", - "symfony/http-foundation": "^7.3.7", - "symfony/lock": "^7.0.3", - "symfony/var-exporter": "^7.0.3", - "symfony/yaml": "^7.0.3", + "stillat/blade-parser": "^2.1", + "symfony/http-foundation": "^7.3.7 || ^8.0", + "symfony/lock": "^7.0.3 || ^8.0", + "symfony/var-exporter": "^7.0.3 || ^8.0", + "symfony/yaml": "^7.0.3 || ^8.0", "ueberdosis/tiptap-php": "^2.0", "voku/portable-ascii": "^2.0.2", "web-auth/webauthn-lib": "~5.2.0", @@ -48,9 +48,9 @@ "google/cloud-translate": "^1.6", "laravel/pint": "1.16.0", "mockery/mockery": "^1.6.10", - "orchestra/testbench": "^10.8", + "orchestra/testbench": "^10.8 || ^11.0", "phpunit/phpunit": "^11.5.3", - "spatie/laravel-ray": "^1.42" + "spatie/laravel-ray": "^1.43.6" }, "conflict": { "algolia/algoliasearch-client-php": "<4.32" @@ -117,5 +117,7 @@ "Tests\\": "tests", "Foo\\Bar\\": "tests/Fixtures/Addon" } - } + }, + "minimum-stability": "dev", + "prefer-stable": true }