Skip to content

Commit b8e321c

Browse files
committed
Fixed PSR4 backslash
1 parent 23738ca commit b8e321c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The 169.254.169.254 is a link-local address and you can read up more about them
1010
### Installation
1111
Add this line to your composer.json file,
1212
```json
13-
"outcompute/cloudmetadata": "1.2.0"
13+
"outcompute/cloudmetadata": "1.3.0"
1414
```
1515
and run.
1616
```sh

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"require": {},
1313
"autoload": {
1414
"psr-4": {
15-
"OutCompute\\CloudMetaData": "src",
16-
"OutCompute\\CloudMetaData\\Cache": "src/Cache",
17-
"OutCompute\\CloudMetaData\\Provider": "src/Provider"
15+
"OutCompute\\CloudMetaData\\": "src",
16+
"OutCompute\\CloudMetaData\\Cache\\": "src/Cache",
17+
"OutCompute\\CloudMetaData\\Provider\\": "src/Provider"
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)