Skip to content

Commit

Permalink
Require extensions/polyfills (heiglandreas#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
dweichert authored Mar 22, 2024
1 parent f7fbe36 commit 502a420
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
}],
"require": {
"php": "^7.3|^8.0",
"ext-dom": "*",
"ext-intl": "*",
"ext-dom": "*",
"org_heigl/dateintervalcomparator": "^1.0"
"org_heigl/dateintervalcomparator": "^1.0",
"roukmoute/polyfill-calendar": "^0.5.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
Expand Down

0 comments on commit 502a420

Please sign in to comment.