Skip to content

Commit 5dcafa1

Browse files
jrglasgowJames R Glasgow
and
James R Glasgow
authored
Fixes #5 - added composer.json (#9)
Co-authored-by: James R Glasgow <james.glasgow@associates.hq.dhs.gov>
1 parent f48ca30 commit 5dcafa1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

composer.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "contentauth/c2pa-drupal",
3+
"description": "Provides c2pa integration for supported media",
4+
"type": "drupal-module",
5+
"license": "MIT",
6+
"autoload": {
7+
"psr-4": {
8+
"Drupal\\c2pa\\": "src/"
9+
}
10+
},
11+
"minimum-stability": "dev",
12+
"require": {}
13+
}

0 commit comments

Comments
 (0)