Skip to content

Commit 0bf2128

Browse files
committed
vim-composer 1.0.0
* Remove :Use command in favor of the mapping
1 parent 9c0ce70 commit 0bf2128

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Vim support for [Composer PHP][composer] projects.
55
[![Build Status][buildimg]](https://travis-ci.org/noahfrederick/vim-composer)
66
[![Release][release]](https://github.com/noahfrederick/vim-composer/releases)
77

8-
*Note: this is a prerelease version, which may change or break frequently.*
9-
108
[composer]: https://getcomposer.org/
119
[buildimg]: https://img.shields.io/travis/noahfrederick/vim-composer/master.svg
1210
[release]: https://img.shields.io/github/tag/noahfrederick/vim-composer.svg?maxAge=2592000

addon-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "composer",
3-
"version": "0.7.0",
3+
"version": "1.0.0",
44
"author": "Noah Frederick",
55
"description": "Vim support for Composer PHP projects",
66
"homepage": "https://github.com/noahfrederick/vim-composer",

0 commit comments

Comments
 (0)