Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

## Develop

Features:

- [class-mover] Jump to interface implementation

## 2019-08-25 0.13.0

Features:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "phpactor/phpactor",
"description": "PHP refactoring and intellisense tool for text editors",
"minimum-stability": "dev",
"prefer-stable": true,
"prefer-stable": false,
"license": "MIT",
"require": {
"composer/xdebug-handler": "^1.1",
Expand Down Expand Up @@ -33,7 +33,7 @@
"phpactor/source-code-filesystem": "~0.1",
"phpactor/source-code-filesystem-extension": "~0.1",
"phpactor/text-document": "~1.1",
"phpactor/worse-reference-finder-extension": "~0.1",
"phpactor/worse-reference-finder-extension": "~0.1.1",
"phpactor/worse-reflection": "~0.3",
"phpactor/worse-reflection-extension": "~0.2",
"phpbench/container": "^1.0",
Expand Down
Loading