Skip to content

Commit

Permalink
Merge pull request #134 from oscillas/fix-composer-requirements
Browse files Browse the repository at this point in the history
Add dependency on ext-zlib to composer.json. Thanks @jrgilman
  • Loading branch information
upwebdesign authored Dec 4, 2023
2 parents e623f4a + f798e82 commit d0d4459
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"php": "^7.2.5|^8.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"illuminate/routing": "^7.0|^8.0|^9.0|^10.0",
"litesaml/lightsaml": "^4.0"
"litesaml/lightsaml": "^4.0",
"ext-zlib": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d0d4459

Please sign in to comment.