We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1c840 commit 492560eCopy full SHA for 492560e
README.md
@@ -40,6 +40,10 @@ PHP imports formatter for Visual Studio Code.
40
41
## Release Notes
42
43
+### 0.4.0
44
+
45
+* Added support for PHP `declare` syntax
46
47
### 0.3.0
48
49
* Added init command that creates `.phpimportsrc` config from current workspace configuration
package.json
@@ -3,7 +3,7 @@
3
"displayName": "php-imports",
4
"description": "PHP imports formatter for Visual Studio Code",
5
"publisher": "tarik02",
6
- "version": "0.3.0",
+ "version": "0.4.0",
7
"repository": {
8
"type": "git",
9
"url": "https://github.com/Tarik02/vscode-php-imports"
0 commit comments