# Kirby 2.4 with composer

**URL:** https://forum.getkirby.com/t/kirby-2-4-with-composer/5664
**Category:** Questions
**Tags:** v2
**Created:** [November 3, 2016, 3:27pm UTC](https://forum.getkirby.com/t/kirby-2-4-with-composer/5664 "2016-11-03T15:27:02Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Pascalmh](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/pascalmh/32/3612_2.png) [@Pascalmh](https://forum.getkirby.com/u/Pascalmh)
#### Post date: [November 4, 2016, 8:46am UTC](https://forum.getkirby.com/t/kirby-2-4-with-composer/5664/3 "2016-11-04T08:46:25Z")

</div>

This works now:

```
{
  "name": "your-company/your-project",
  "require": {
    "mnsami/composer-custom-directory-installer": "1.1.*",
    "getkirby/kirby": "^2.4"
  },
  "extra": {
    "installer-paths": {
      "./kirby": ["getkirby/kirby"],
      "./kirby/toolkit": ["getkirby/toolkit"],
      "./panel": ["getkirby/panel"]
    }
  }
}
```

---

_[View the full topic](https://forum.getkirby.com/t/kirby-2-4-with-composer/5664)._
