Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Component/FileCache/composer.json @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children | 1fec387a4317 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c8ae668cc8c |
---|---|
1 { | |
2 "name": "drupal/core-file-cache", | |
3 "description": "FileCache.", | |
4 "keywords": ["drupal"], | |
5 "homepage": "https://www.drupal.org/project/drupal", | |
6 "license": "GPL-2.0+", | |
7 "require": { | |
8 "php": ">=5.5.9" | |
9 }, | |
10 "autoload": { | |
11 "psr-4": { | |
12 "Drupal\\Component\\FileCache\\": "" | |
13 } | |
14 } | |
15 } |