Skip to content

Commit be63578

Browse files
committed
update php-imports to 0.6.1, set version to 0.6.0
1 parent 278a32f commit be63578

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "php-imports",
44
"description": "PHP imports formatter for Visual Studio Code",
55
"publisher": "tarik02",
6-
"version": "0.5.4",
6+
"version": "0.6.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/Tarik02/vscode-php-imports"
@@ -218,6 +218,6 @@
218218
},
219219
"dependencies": {
220220
"multimatch": "^5.0.0",
221-
"php-imports": "^0.5.3"
221+
"php-imports": "^0.6.0"
222222
}
223223
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2753,10 +2753,10 @@ pend@~1.2.0:
27532753
resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
27542754
integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA=
27552755

2756-
php-imports@^0.5.3:
2757-
version "0.5.3"
2758-
resolved "https://registry.yarnpkg.com/php-imports/-/php-imports-0.5.3.tgz#5cf15c3eede350213e0b319beb357d18664143b4"
2759-
integrity sha512-l7SGON7zmyDkMJp64TUyMP+CukzjNvWFRMDH9O1GUj5ljif3e8J/BbITh1Wq/JYzM0oFva/DKo4DTAWJ/iCz+Q==
2756+
php-imports@^0.6.0:
2757+
version "0.6.1"
2758+
resolved "https://registry.yarnpkg.com/php-imports/-/php-imports-0.6.1.tgz#b978dba04aa15ca27cae14b76be8a60778a435c3"
2759+
integrity sha512-zYB23AFiEaC0yKfRlpfyC1eeRZ+WIMKBD3bHS9mWS/gchBrtOoQtt5KgUjt1lVUuA4BCYhpQ7PNr3g0xZ3BOKQ==
27602760
dependencies:
27612761
"@oclif/command" "^1.8.0"
27622762
"@oclif/config" "^1.17.0"

0 commit comments

Comments
 (0)