Skip to content

Commit

Permalink
Merge pull request #24 from #23
Browse files Browse the repository at this point in the history
php-lib-conjoon#23
  • Loading branch information
ThorstenSuckow committed Feb 1, 2024
2 parents 045b180 + fef7382 commit 76240de
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 7,232 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
php: [7.4]
php: [8.1]
dependency-version: [prefer-stable]

name: P${{ matrix.php }}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
{"url": "https://horde-satis.maintaina.com", "type": "composer"}
],
"require": {
"php": ">=7.4",
"php": ">=7.4|>=8.1",
"ezyang/htmlpurifier": "^4.11",
"laravel/lumen-framework": "5.8.*",
"laravel/lumen-framework": "^8",
"horde/mail": "dev-FRAMEWORK_6_0",
"horde/imap_client": "dev-FRAMEWORK_6_0",
"horde/smtp": "dev-FRAMEWORK_6_0"
Expand Down
Loading

0 comments on commit 76240de

Please sign in to comment.