Skip to content

Commit

Permalink
Merge pull request #195 from gsteel/de-compress-refactor
Browse files Browse the repository at this point in the history
Refactor/Replace Compression & Decompression Filters
  • Loading branch information
gsteel authored Dec 4, 2024
2 parents 78e83d0 + a818449 commit 46b5d30
Show file tree
Hide file tree
Showing 69 changed files with 2,807 additions and 3,584 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
/laminas-mkdoc-theme/
/phpunit.xml
/vendor/
/documentation-theme/
.markdownlint.json
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,14 @@
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-mbstring": "*",
"laminas/laminas-servicemanager": "^4.1.0",
"laminas/laminas-stdlib": "^3.19.0"
"laminas/laminas-stdlib": "^3.19.0",
"psr/http-message": "^1.0 || ^2.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "^3.0.1",
"laminas/laminas-diactoros": "^3.5",
"pear/archive_tar": "^1.5.0",
"pear/pear": "^1.10.15",
"phpunit/phpunit": "^10.5.38",
"psalm/plugin-phpunit": "^0.19.0",
"psr/http-factory": "^1.1.0",
Expand Down
Loading

0 comments on commit 46b5d30

Please sign in to comment.