Skip to content

Commit 76240de

Browse files
Merge pull request #24 from #23
php-lib-conjoon#23
2 parents 045b180 + fef7382 commit 76240de

File tree

6 files changed

+55
-7232
lines changed

6 files changed

+55
-7232
lines changed

.github/workflows/run.tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
php: [7.4]
19+
php: [8.1]
2020
dependency-version: [prefer-stable]
2121

2222
name: P${{ matrix.php }}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
{"url": "https://horde-satis.maintaina.com", "type": "composer"}
77
],
88
"require": {
9-
"php": ">=7.4",
9+
"php": ">=7.4|>=8.1",
1010
"ezyang/htmlpurifier": "^4.11",
11-
"laravel/lumen-framework": "5.8.*",
11+
"laravel/lumen-framework": "^8",
1212
"horde/mail": "dev-FRAMEWORK_6_0",
1313
"horde/imap_client": "dev-FRAMEWORK_6_0",
1414
"horde/smtp": "dev-FRAMEWORK_6_0"

0 commit comments

Comments
 (0)