Browse Source

Dummy composer.json to see if it'll appease packagist

pull/734/head
dannylamb 5 years ago
parent
commit
6f58ace656
  1. 3
      .gitignore
  2. 7
      composer.json

3
.gitignore vendored

@ -1,3 +1,4 @@
cache.properties
.DS_Store
tests/test_config.ini
tests/test_config.ini
vendor

7
composer.json

@ -0,0 +1,7 @@
{
"name": "islandora/islandora",
"description": "Core Islandora module",
"type": "drupal-module",
"license": "GPL-2.0+",
"require": {}
}
Loading…
Cancel
Save