Skip to content

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Dec 2, 2023
1 parent eaaf6fb commit c325770
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
- Removed `InfalliblePacker`. You can now get the same behaviour by calling `->throwOnUnpackableItem(false)` and
`->getUnpackedItems()` on the main `Packer` class

## [3.12.1] - 2023-12-02
### Fixed
- Restored ability to copy/paste the samples from the docs into a non-dev installation

## [3.12.0] - 2023-07-30
### Changed
- Improved efficiency in packing
Expand Down Expand Up @@ -565,6 +569,7 @@ Initial release

[4.x - Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.x...master

[3.12.1]: https://github.com/dvdoug/BoxPacker/compare/3.12.0...3.12.1
[3.12.0]: https://github.com/dvdoug/BoxPacker/compare/3.11.0...3.12.0
[3.11.0]: https://github.com/dvdoug/BoxPacker/compare/3.10.0...3.11.0
[3.10.0]: https://github.com/dvdoug/BoxPacker/compare/3.9.4...3.10.0
Expand Down
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,7 @@
},
"autoload": {
"psr-4": {
"DVDoug\\BoxPacker\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"DVDoug\\BoxPacker\\": "tests/"
"DVDoug\\BoxPacker\\": ["src/", "tests/"]
}
},
"extra": {
Expand Down

0 comments on commit c325770

Please sign in to comment.