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 dac3f72 commit a98ecf1Copy full SHA for a98ecf1
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
fail-fast: true
20
matrix:
21
php: [8.2, 8.3, 8.4]
22
- core: ['4.3.2', '5.0.1']
+ core: ['4.3.2', '5.2']
23
laravel: [11, 12]
24
exclude:
25
- laravel: 12
composer.json
@@ -54,7 +54,7 @@
54
]
55
}
56
},
57
- "minimum-stability": "stable",
+ "minimum-stability": "dev",
58
"prefer-stable": true,
59
"config": {
60
"sort-packages": true
0 commit comments