Skip to content

Commit

Permalink
add missing php extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Oct 9, 2023
1 parent eed5ecc commit c8dc0cd
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 @@ -32,6 +32,8 @@
},
"require": {
"php": "^8.1",
"ext-json": "*",
"ext-spl": "*",
"symfony/process": "^6.0"
},
"require-dev": {
Expand Down

0 comments on commit c8dc0cd

Please sign in to comment.