Skip to content

Commit

Permalink
Merge pull request #97 from AgencyPMG/ALLI-12926-fix-files
Browse files Browse the repository at this point in the history
Use the Correct Autoload Config for Files
  • Loading branch information
chrisguitarguy committed Jul 16, 2024
2 parents 4a600e1 + 57f4d8c commit 7fa8fd9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 6.1.1

### Fixed

- Fixed the open telemetry `_register.php` file autoload

## 6.1.0

### Added
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
"autoload": {
"psr-4": {
"PMG\\Queue\\": "src/"
}
},
"files": [
"src/Otel/_register.php"
]
},
"autoload-dev": {
"psr-4": {
"PMG\\Queue\\": [
"test/unit/",
"test/integration/"
]
},
"files": [
"src/Otel/_register.php"
]
}
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 7fa8fd9

Please sign in to comment.