Skip to content

Commit 3c61ca2

Browse files
committed
Feat: update dependencies and support for Statamic CMS 5.
1 parent e376e66 commit 3c61ca2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Export Statamic Entries as PDF",
44
"license": "MIT",
55
"require": {
6-
"statamic/cms": "^4.0.0",
6+
"statamic/cms": "^5.0.0",
77
"barryvdh/laravel-dompdf": "^2.0.0"
88
},
99
"autoload": {
@@ -30,5 +30,10 @@
3030
"Beatwiz\\StatamicEntryExportPdf\\ServiceProvider"
3131
]
3232
}
33+
},
34+
"config": {
35+
"allow-plugins": {
36+
"pixelfear/composer-dist-plugin": true
37+
}
3338
}
3439
}

0 commit comments

Comments
 (0)