X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-core%2Fconfig%2Fphpcheck.yml;fp=vendor%2Fdrupal%2Fconsole-core%2Fconfig%2Fphpcheck.yml;h=69cde80428d6eb4c2c7a8355be9e7721f5f6d680;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=0000000000000000000000000000000000000000;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/vendor/drupal/console-core/config/phpcheck.yml b/vendor/drupal/console-core/config/phpcheck.yml new file mode 100644 index 000000000..69cde8042 --- /dev/null +++ b/vendor/drupal/console-core/config/phpcheck.yml @@ -0,0 +1,25 @@ +requirements: + php: + required: 5.5.9 + configurations: + required: + - date.timezone: 'America/Tijuana' + - memory_limit: 1024M + recomended: {} + extensions: + required: + - date + - dom + - filter + - gd + - hash + - json + - pcre + - pdo + - session + - SimpleXML + - SPL + - tokenizer + - xml + - curl + recommended: {}