diff --git a/composer.json b/composer.json index b96c0cce8c..aaa8712217 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,15 @@ { + "name": "collectiveaccess/pawtucket2", + "description": "Pawtucket improved.", + "type": "package", + "license": "GPL-3.0-only", + "bin" : [ + "support/bin/caUtils" + ], "require": { "caseyamcl/phpoaipmh": "^3.0", "collectiveaccess/service-wrapper": "v1.1.3", - "dompdf/dompdf": "~1.2.1", + "dompdf/dompdf": "^2.0", "easyrdf/easyrdf": "0.9.*", "elasticsearch/elasticsearch": "~7.0", "ezyang/htmlpurifier": "~4.9",