joomla-framework icon indicating copy to clipboard operation
joomla-framework copied to clipboard

Requiring joomla/application is installing the entire framework

Open eddieajau opened this issue 10 years ago • 0 comments

Using:

{
    "require" : {
        "joomla/application" : "~1.0"
    }
}

Result:

$ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Installing psr/log (1.0.0)
    Loading from cache

  - Installing joomla/framework (1.0)
    Downloading: 100%

joomla/framework suggests installing symfony/yaml (Install symfony/yaml 2.* if you require YAML support.)
Writing lock file
Generating autoload files

eddieajau avatar Dec 20 '13 01:12 eddieajau