eloquent / composer-config-reader

A light-weight component for reading Composer configuration files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement new Composer settings

ezzatron opened this issue · comments

commented

Primary settings:

  • archive
  • prefer-stable

Autoload settings:

  • psr-4

Project settings:

  • use-include-path
  • preferred-install
  • github-oauth
  • cache-dir
  • cache-files-dir
  • cache-repo-dir
  • cache-vcs-dir
  • cache-ttl
  • cache-files-ttl
  • cache-files-maxsize
  • discard-changes
  • autoloader-suffix
  • optimize-autoloader
  • prepend-autoloader
  • github-domains

Scripts:

  • pre-status-cmd
  • post-status-cmd
  • pre-autoload-dump
  • post-autoload-dump
  • post-root-package-install
  • post-create-project-cmd