Skip to content

Commit

Permalink
Fix #586, fix #588 Allow test suite classes to be autoloaded in a non…
Browse files Browse the repository at this point in the history
…-dev install

Resolves issue with copy/pasting the samples from the docs
  • Loading branch information
dvdoug committed Dec 2, 2023
1 parent 4d735b6 commit 04720e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

## [3.x - Unreleased] - 2023-xx-xx

## [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 @@ -499,8 +503,9 @@ Initial release
- Experimental code to get a feel for how calculations can best be implemented
- Only works if all items fit into a single box (so not production ready at all)

[3.x - Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.12.0...3.x
[3.x - Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.12.1...3.x

[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
Expand Up @@ -33,12 +33,7 @@
},
"autoload": {
"psr-4": {
"DVDoug\\BoxPacker\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"DVDoug\\BoxPacker\\": "tests/"
"DVDoug\\BoxPacker\\": ["src/", "tests/"]
}
}
}

0 comments on commit 04720e9

Please sign in to comment.