Releases: CorpusPHP/RecursiveRequire
Releases · CorpusPHP/RecursiveRequire
v1.2.0 - `require_once`
What's Changed
Features
Adds an optional once flag to the constructor to use require_once instead of require.
Changelog
- Update corpus/coding-standard requirement from ^0.1.0 to ^0.1.0 || ^0.2.0 by @dependabot in #2
- Update corpus/coding-standard requirement from ~0.2.0 to ~0.2.0 || ~0.4.0 by @dependabot in #4
- Test in PHP 8.1 by @donatj in #6
- Update corpus/coding-standard requirement from ^0.4.0 to ^0.6.0 by @dependabot in #7
- Bump actions/checkout from 2 to 3 by @dependabot in #8
- Test in PHP 8.2 by @donatj in #9
- Bump actions/checkout from 3 to 4 by @dependabot in #10
- Update PHP to 8.3 by @donatj in #11
- Add
require_onceflag by @donatj in #12
New Contributors
- @dependabot made their first contribution in #2
Full Changelog: v1.1.0...v1.2.0
Automated Cleanup
Automated cleanup and static analysis.
No functional changes.
Initial Release
Initial Release!