Skip to content

Commit

Permalink
Merge pull request #22 from nortoh/add-replace-package
Browse files Browse the repository at this point in the history
[MAD-14447] Add replace package
  • Loading branch information
mpedrummer authored Jun 11, 2024
2 parents bdd1fd2 + d4b74bd commit 9faa2a1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "php-opencloud/openstack",
"name": "nocworx/php-opencloud-openstack",
"description": "PHP SDK for OpenStack APIs. Supports BlockStorage, Compute, Identity, Images, Networking and Metric Gnocchi",
"keywords": [
"php",
Expand All @@ -21,6 +21,9 @@
"homepage" : "https://github.com/haphan"
}
],
"replace": {
"php-opencloud/openstack": "*"
},
"autoload": {
"psr-4": {
"OpenStack\\": "src/"
Expand All @@ -33,8 +36,8 @@
}
},
"require": {
"php": "^7.2.5|^8.0",
"guzzlehttp/guzzle": "^7.0",
"php": "^7.2.5 || ^8.0",
"guzzlehttp/guzzle": "^7.8.0",
"guzzlehttp/uri-template": "^0.2|^1.0",
"justinrainbow/json-schema": "^5.2"
},
Expand Down

0 comments on commit 9faa2a1

Please sign in to comment.