Skip to content

Commit

Permalink
Remove redundent applications password plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwilsoncc committed Aug 3, 2022
1 parent 04a1580 commit 5db745c
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 54 deletions.
19 changes: 2 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,9 @@
"email": "[email protected]"
}
],
"repositories": [
{
"type":"package",
"package": {
"name": "georgestephanis/application-passwords",
"version":"0.1.3",
"source": {
"url": "https://github.com/WordPress/application-passwords.git",
"type": "git",
"reference":"0eef095b4dc984c26ee8149c01a323be83da715a"
}
}
}
],
"require": {
"php": ">=5.6",
"php": ">=7.4",
"yahnis-elsts/plugin-update-checker": "4.9",
"georgestephanis/application-passwords": "0.1.3",
"ext-json": "*"
},
"autoload": {
Expand All @@ -43,7 +28,7 @@
"automattic/vipwpcs": "^2.3"
},
"scripts": {
"lint": "phpcs . --runtime-set testVersion 5.6-",
"lint": "phpcs . --runtime-set testVersion 7.4-",
"lint-fix": "phpcbf .",
"test": "@php phpunit"
},
Expand Down
Loading

0 comments on commit 5db745c

Please sign in to comment.