X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fphp%2Fcomposer.json;fp=web%2Fmodules%2Fcontrib%2Fphp%2Fcomposer.json;h=1abc75d1f19ea16f9a93c7f72386ceeec9212380;hp=0000000000000000000000000000000000000000;hb=8acec36f19c470dfcda1ae2336826a782f41874c;hpb=e0411c4e83ba0d079034db83c3f7f55be24a0e35 diff --git a/web/modules/contrib/php/composer.json b/web/modules/contrib/php/composer.json new file mode 100644 index 000000000..1abc75d1f --- /dev/null +++ b/web/modules/contrib/php/composer.json @@ -0,0 +1,24 @@ +{ + "name": "drupal/php", + "description": "Allows embedded PHP code/snippets to be evaluated. Enabling this can cause security and performance issues as it allows users to execute PHP code on your site.", + "type": "drupal-module", + "homepage": "https://www.drupal.org/project/php", + "authors": [ + { + "name": "hass", + "homepage": "https://www.drupal.org/u/hass" + }, + { + "name": "See other contributors", + "homepage":"https://www.drupal.org/node/1633456/committers" + } + ], + "support": { + "issues": "https://www.drupal.org/project/issues/php", + "source": "http://git.drupal.org/project/php.git" + }, + "license": "GPL-2.0+", + "require": { + "drupal/core": "~8.0" + } +}