Browse Source

Merge pull request #734 from dannylamb/7-x-packagist

Dummy composer.json to see if it'll appease packagist
pull/738/head
Jared Whiklo 5 years ago committed by GitHub
parent
commit
02b7b2b1d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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