summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2020-12-18 00:56:32 +0100
committerDaniel Weipert <code@drogueronin.de>2020-12-18 00:56:32 +0100
commit62046b3acde01f9f66e1d5d52e03fea4c5bbfc8d (patch)
tree576ac2411e8b6f4d3c31b26ce48a2704ba0b5b9e /composer.json
Initial commitHEADmain
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..6b3188a
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,30 @@
+{
+ "name": "dweipert/basic-fullcalendar",
+ "authors": [
+ {
+ "name": "Daniel Weipert",
+ "email": "code@drogueronin.de"
+ }
+ ],
+ "require": {
+ "php": ">=7.4",
+ "drogueronin/metaboxes": "1.*",
+ "jjgrainger/posttypes": "^2.1"
+ },
+ "autoload": {
+ "psr-4": {
+ "BasicFullCalendar\\": "src/"
+ }
+ },
+ "archive": {
+ "exclude": [
+ "*", ".*",
+ "!/assets",
+ "!/src",
+ "!/vendor",
+ "!/composer.json",
+ "!/basic-fullcalendar.php",
+ "!/LICENSE", "!/readme.txt"
+ ]
+ }
+}