Skip to content

Commit 6fa0737

Browse files
Merge pull request #10 from #8
Php lib #8
2 parents d9ee1ba + 6d6f1be commit 6fa0737

File tree

436 files changed

+33103
-5112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

436 files changed

+33103
-5112
lines changed

_composer.lock

Lines changed: 7367 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@
66
{"url": "https://horde-satis.maintaina.com", "type": "composer"}
77
],
88
"require": {
9-
"php": ">=7.4",
109
"ezyang/htmlpurifier": "^4.11",
11-
"laravel/lumen-framework": "5.8.*",
1210
"horde/imap_client": "dev-FRAMEWORK_6_0",
13-
"horde/smtp": "dev-FRAMEWORK_6_0"
11+
"horde/smtp": "dev-FRAMEWORK_6_0",
12+
"php": ">=8.1",
13+
"laravel/lumen-framework": "^8.0"
1414
},
1515
"require-dev": {
1616
"fakerphp/faker": "^1.9.1",
1717
"mockery/mockery": "^1.3.1",
1818
"phpunit/phpunit": "^9.3",
19-
"squizlabs/php_codesniffer": "*"
19+
"squizlabs/php_codesniffer": "*",
20+
"phpstan/phpstan": "1.8.9"
2021
},
2122
"license": "MIT",
2223
"autoload": {

0 commit comments

Comments
 (0)