Skip to content

Commit

Permalink
add required extensions to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Sep 28, 2021
1 parent bd25c2e commit 4baf80e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
],
"require": {
"php": "^7.4|^8.0",
"ext-filter": "*",
"ext-json": "*",
"psr/log": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 4baf80e

Please sign in to comment.