We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438bfb2 commit 19d375bCopy full SHA for 19d375b
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: true
10
matrix:
11
os: [ubuntu-latest, windows-latest]
12
- php: [8.1, 8.2, 8.3]
+ php: [8.2, 8.3]
13
stability: [prefer-lowest, prefer-stable]
14
15
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
composer.json
@@ -23,9 +23,9 @@
23
}
24
],
25
"require": {
26
- "php": "^8.1|^8.2|^8.3",
+ "php": "^8.2|^8.3",
27
"spatie/laravel-package-tools": "^1.14.0",
28
- "illuminate/contracts": "^10.0|^11.0|^12.0"
+ "illuminate/contracts": "^12.0"
29
},
30
"require-dev": {
31
"doctrine/dbal": "^3.7",
0 commit comments