We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23738ca commit b8e321cCopy full SHA for b8e321c
README.md
@@ -10,7 +10,7 @@ The 169.254.169.254 is a link-local address and you can read up more about them
10
### Installation
11
Add this line to your composer.json file,
12
```json
13
-"outcompute/cloudmetadata": "1.2.0"
+"outcompute/cloudmetadata": "1.3.0"
14
```
15
and run.
16
```sh
composer.json
@@ -12,9 +12,9 @@
"require": {},
"autoload": {
"psr-4": {
- "OutCompute\\CloudMetaData": "src",
- "OutCompute\\CloudMetaData\\Cache": "src/Cache",
17
- "OutCompute\\CloudMetaData\\Provider": "src/Provider"
+ "OutCompute\\CloudMetaData\\": "src",
+ "OutCompute\\CloudMetaData\\Cache\\": "src/Cache",
+ "OutCompute\\CloudMetaData\\Provider\\": "src/Provider"
18
}
19
20
0 commit comments