Skip to content

v1.2.0 - `require_once`

Latest

Choose a tag to compare

@donatj donatj released this 19 Jan 22:54
· 6 commits to master since this release
76d1ae0

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_once flag by @donatj in #12

New Contributors

Full Changelog: v1.1.0...v1.2.0