Skip to content

Commit c5f1ade

Browse files
authored
Merge pull request #22 from MuriloChianfa/allowing-laravel-10-with-php-8-1
Allowing Laravel 10 with PHP 8.1
2 parents 7f1e75e + a7fa887 commit c5f1ade

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.2]
16+
php: [8.2, 8.1]
1717
laravel: [10.*]
1818
dependency-version: [prefer-stable]
1919
include:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Zero configuration logging of Requests and Responses to database or custom drive
1212
| Version | Laravel | PHP |
1313
|---------|-------------|-------------------------|
1414
| 1.* | 8.* \| 9.* | 7.4.* \| 8.0.* \| 8.1.* |
15-
| 2.* | 10.* | 8.2.* |
15+
| 2.* | 10.* | 8.1.* \| 8.2.* |
1616

1717
## Installation
1818

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": "~8.2.0",
23+
"php": "~8.1.0 || ~8.2.0",
2424
"spatie/laravel-package-tools": "^1.4.3",
2525
"illuminate/contracts": "^10.0",
2626
"ext-json": "*"

0 commit comments

Comments
 (0)