Skip to content

Commit

Permalink
Merge pull request #12 from nortoh/add-replace-package
Browse files Browse the repository at this point in the history
[MAD-14447] Add replace
  • Loading branch information
mpedrummer authored Jun 11, 2024
2 parents a762079 + cc395d8 commit b9e931f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "docker-php/docker-php-api",
"name": "nocworx/docker-php-docker-php-api",
"license": "MIT",
"type": "library",
"description": "Docker API generated files from OpenAPI Specification",
Expand All @@ -8,6 +8,9 @@
"Docker\\API\\": "src/"
}
},
"replace": {
"docker-php/docker-php-api": "*"
},
"require": {
"php": ">=7.1",
"jane-php/jane-php": "^7.6"
Expand Down

0 comments on commit b9e931f

Please sign in to comment.