Skip to content

Commit

Permalink
update php-imports to 0.6.1, set version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarik02 committed Feb 6, 2024
1 parent 278a32f commit be63578
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "php-imports",
"description": "PHP imports formatter for Visual Studio Code",
"publisher": "tarik02",
"version": "0.5.4",
"version": "0.6.0",
"repository": {
"type": "git",
"url": "https://github.com/Tarik02/vscode-php-imports"
Expand Down Expand Up @@ -218,6 +218,6 @@
},
"dependencies": {
"multimatch": "^5.0.0",
"php-imports": "^0.5.3"
"php-imports": "^0.6.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2753,10 +2753,10 @@ pend@~1.2.0:
resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA=

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

0 comments on commit be63578

Please # to comment.