1
0
Fork 0
pull/9322/head
Jordi Boggiano 2020-10-22 16:16:02 +02:00 committed by GitHub
parent ccac664da1
commit 447416a357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Test that a package requiring something it replaces itself, satisfies itself eve
"require": {
"replaced/pkg": "1.0.0"
},
"provide": {
"replace": {
"replaced/pkg": "1.0.0"
}
}