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 6778707 commit af83780Copy full SHA for af83780
.github/workflows/tests.yml
@@ -28,12 +28,9 @@ jobs:
28
strategy:
29
fail-fast: false
30
matrix:
31
- php-version: ['7.4', '8.0', '8.1']
32
- laravel-version: [7.*, 8.*]
+ php-version: ['8.1']
+ laravel-version: [8.*]
33
psr7: ['guzzle']
34
- exclude:
35
- - php-version: '8.1'
36
- laravel-version: '7.*'
37
include:
38
- php-version: '8.1'
39
laravel-version: '8.*'
composer.json
@@ -20,7 +20,7 @@
20
}
21
],
22
"require": {
23
- "php": ">=7.4",
+ "php": ">=8.1",
24
"illuminate/support": "^7.0 || ^8.0",
25
"psr/http-factory-implementation": "1.0",
26
"thecodingmachine/safe": "^1.0",
0 commit comments