Skip to content

Commit

Permalink
feat(composer): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Feb 28, 2024
1 parent 8bd4242 commit 4e51fa4
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions plugin-name/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,23 @@
"szepeviktor/phpstan-wordpress": "^1.1.6"
},
"repositories": [
{
"type": "package",
"package": {
"name": "mte90/wp-super-duper",
"version": "dev-fork",
"autoload": {
"files": [
"wp-super-duper.php"
]
},
"source": {
"type": "git",
"url": "https://github.com/mte90/wp-super-duper.git",
"reference": "fork"
}
}
}
{
"type": "package",
"package": {
"name": "mte90/wp-super-duper",
"version": "dev-fork",
"autoload": {
"files": [
"wp-super-duper.php"
]
},
"source": {
"type": "git",
"url": "https://github.com/mte90/wp-super-duper.git",
"reference": "fork"
}
}
}
],
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 4e51fa4

Please sign in to comment.