Skip to content

Commit

Permalink
Merge pull request #4154 from Codeinwp/fix/import-deps
Browse files Browse the repository at this point in the history
chore: update internal deps
  • Loading branch information
preda-bogdan authored Jan 26, 2024
2 parents 60702ef + 8ca4956 commit 76499c8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bin/envs/theme-check/start.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
php -d memory_limit=1024M "$(which wp)" package install cristian-ungureanu/wp-cli-themecheck:dev-master#fcefc156d1eb7101d36b216e7c830ad7c2ade4b4 --allow-root
php -d memory_limit=1024M "$(which wp)" package install codeinwp/wp-cli-themecheck:dev-master#fcefc156d1eb7101d36b216e7c830ad7c2ade4b4 --allow-root
wp plugin install theme-check --activate --allow-root
wp themecheck --theme=neve --no-interactive --allow-root
2 changes: 1 addition & 1 deletion composer-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"repositories": [
{
"type": "vcs",
"url": "https://github.com/cristian-ungureanu/webfont-loader"
"url": "https://github.com/Codeinwp/webfont-loader"
}
],
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions composer-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/cristian-ungureanu/webfont-loader.git",
"url": "https://github.com/Codeinwp/webfont-loader.git",
"reference": "0294f21a20549f0c5e79700399946583dfa496b0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cristian-ungureanu/webfont-loader/zipball/0294f21a20549f0c5e79700399946583dfa496b0",
"url": "https://api.github.com/repos/Codeinwp/webfont-loader/zipball/0294f21a20549f0c5e79700399946583dfa496b0",
"reference": "0294f21a20549f0c5e79700399946583dfa496b0",
"shasum": ""
},
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"repositories": [
{
"type": "vcs",
"url": "https://github.com/cristian-ungureanu/webfont-loader"
"url": "https://github.com/Codeinwp/webfont-loader"
}
],
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 76499c8

Please sign in to comment.