Skip to content

Commit

Permalink
Adding Silverstripe requirement
Browse files Browse the repository at this point in the history
(cherry picked from commit 3456ab0)
  • Loading branch information
3Dgoo committed Mar 19, 2023
1 parent 59a238c commit e012860
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 @@ -3,7 +3,8 @@
"description": "Silverstripe PDF Generation via DOMPDF Library",
"type": "silverstripe-module",
"require": {
"dompdf/dompdf": "^0.8"
"dompdf/dompdf": "^0.8",
"silverstripe/framework": "~3.2"
},
"extra": {
"installer-name": "silverstripe-dompdf"
Expand Down

0 comments on commit e012860

Please sign in to comment.