We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d1d42 commit e5d3b9aCopy full SHA for e5d3b9a
.github/workflows/phpstan.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup PHP
17
uses: shivammathur/setup-php@v2
18
with:
19
- php-version: '8.1'
+ php-version: '8.3'
20
coverage: none
21
22
- name: Install composer dependencies
.github/workflows/run-tests.yml
composer.json
@@ -21,7 +21,7 @@
"require": {
"php": "^8.2",
23
"spatie/laravel-package-tools": "^1.14.0",
24
- "illuminate/contracts": "^11.0"
+ "illuminate/contracts": "^11.0|^12.0"
25
},
26
"require-dev": {
27
"inertiajs/inertia-laravel": "<2",
0 commit comments