joomla / joomla-framework

[READ-ONLY] This repo is no longer in active development. Please see https://github.com/joomla-framework for the individual Framework packages.
http://framework.joomla.org
GNU General Public License v2.0
189 stars 140 forks source link

Requiring joomla/application is installing the entire framework #323

Open eddieajau opened 10 years ago

eddieajau commented 10 years ago

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