Skip to content

Commit

Permalink
fix: 🐛 use forked commit hash to fix version
Browse files Browse the repository at this point in the history
Since php8 branch is currently actively under development
  • Loading branch information
shufo committed Apr 1, 2021
1 parent bfd1c19 commit 7c623f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "Shuhei Hayashibara",
"license": "MIT",
"dependencies": {
"@prettier/plugin-php": "shufo/plugin-php#e42d20f4b6afea60d64cbce1c9f366a4aa34d543",
"@prettier/plugin-php": "shufo/plugin-php#a18627e03748ee5dd0218b7685a6564672f6c3e7",
"aigle": "^1.14.1",
"chalk": "^4.1.0",
"concat-stream": "^2.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1318,13 +1318,13 @@
"@types/yargs" "^15.0.0"
chalk "^4.0.0"

"@prettier/plugin-php@shufo/plugin-php#e42d20f4b6afea60d64cbce1c9f366a4aa34d543":
"@prettier/plugin-php@shufo/plugin-php#a18627e03748ee5dd0218b7685a6564672f6c3e7":
version "0.16.1"
resolved "https://codeload.github.com/shufo/plugin-php/tar.gz/e42d20f4b6afea60d64cbce1c9f366a4aa34d543"
resolved "https://codeload.github.com/shufo/plugin-php/tar.gz/a18627e03748ee5dd0218b7685a6564672f6c3e7"
dependencies:
linguist-languages "^7.5.1"
mem "^8.0.0"
php-parser glayzzle/php-parser#0b7781fdf88be4b8974320cf27af1588c07e2da8
php-parser shufo/php-parser#0b7781fdf88be4b8974320cf27af1588c07e2da8

"@sinonjs/commons@^1.7.0":
version "1.7.2"
Expand Down Expand Up @@ -4502,9 +4502,9 @@ performance-now@^2.1.0:
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=

php-parser@glayzzle/php-parser#0b7781fdf88be4b8974320cf27af1588c07e2da8:
php-parser@shufo/php-parser#0b7781fdf88be4b8974320cf27af1588c07e2da8:
version "3.0.2"
resolved "https://codeload.github.com/glayzzle/php-parser/tar.gz/0b7781fdf88be4b8974320cf27af1588c07e2da8"
resolved "https://codeload.github.com/shufo/php-parser/tar.gz/0b7781fdf88be4b8974320cf27af1588c07e2da8"

picomatch@^2.0.4, picomatch@^2.0.5:
version "2.2.1"
Expand Down

0 comments on commit 7c623f2

Please sign in to comment.