| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0bbde30 commit 1ef8578
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,22 @@ | |||
| 1 | + --- | ||
| 2 | + layout: post | ||
| 3 | + title: "vim composer 0.3.0 is ready" | ||
| 4 | + date: 2015-09-15 23:08:27 | ||
| 5 | + categories: php, vim | ||
| 6 | + tags: php, vim | ||
| 7 | + summary: vim-composer is a plugin to manage integration between composer and vim | ||
| 8 | + priority: 0.6 | ||
| 9 | + changefreq: yearly | ||
| 10 | + --- | ||
| 11 | + <blockquote align="center" class="twitter-tweet" data-cards="hidden" lang="en"><p lang="en" dir="ltr"><a href="https://twitter.com/hashtag/vimForPHP?src=hash">#vimForPHP</a> <a href="https://t.co/EdczdpCrRc">https://t.co/EdczdpCrRc</a> <a href="https://twitter.com/hashtag/php?src=hash">#php</a> <a href="https://twitter.com/hashtag/vim?src=hash">#vim</a> Release 0.3.0 <a href="https://twitter.com/hashtag/composer?src=hash">#composer</a> plugin is ready! Thanks <a href="https://twitter.com/sensorario">@sensorario</a> for your work!</p>— Gianluca Arbezzano (@GianArb) <a href="https://twitter.com/GianArb/status/641674841192574976">September 9, 2015</a></blockquote> | ||
| 12 | + <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> | ||
| 13 | + | ||
| 14 | + I'm very happy to announce release 0.3.0 of [vim-composer](https://github.com/vim-php/vim-composer). | ||
| 15 | + This plugin builds a good integration between VIM and [composer](https://getcomposer.org) the strong dependency manager for PHP. | ||
| 16 | + | ||
| 17 | + ## Changelog | ||
| 18 | + * [#18](https://github.com/vim-php/vim-composer/pull/18) Added missing ComposerUpdate function | ||
| 19 | + * [#21](https://github.com/vim-php/vim-composer/pull/21) Added missing CONTRIBUTING.md file | ||
| 20 | + * [#20](https://github.com/vim-php/vim-composer/pull/20) Require and/or init commands | ||
| 21 | + | ||
| 22 | + Now this plugin serve new function to require specific package. Update it and map new function `:ComposerRequireFunc`. | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments