Skip to content

Commit 5047b65

Browse files
committed
:
1 parent 90e645f commit 5047b65

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

composer.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@
4040
"wp-super-cache-cli.php"
4141
]
4242
},
43-
"repositories": [
44-
{
45-
"type": "vcs",
46-
"url": "https://github.com/wojsmol/wp-super-cache-cli"
47-
}
48-
],
4943
"minimum-stability": "dev",
5044
"prefer-stable": true,
5145
"scripts": {

features/menge-cache.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Feature: Generate cache
2020
Error: 'super-cache' is not a registered wp command. See 'wp help' for available commands.
2121
"""
2222

23-
When I run `wp package install wojsmol/wp-super-cache-cli@tov2`
23+
When I run `wp package install wojsmol/wp-super-cache-cli:@tov2`
2424
Then STDOUT should contain:
2525
"""
2626
Success: Package installed.

0 commit comments

Comments
 (0)