Skip to content

v1.0.3 - PHP 8.4 Support & Test Suite

Latest

Choose a tag to compare

@mowens3 mowens3 released this 09 Jan 21:14
· 10 commits to master since this release

What's New

PHP 8.4 Support

  • Full compatibility with PHP 8.4
  • Tested on PHP 8.1, 8.2, 8.3, and 8.4

Comprehensive Test Suite

  • Added extensive unit tests
  • Integrated Codecov for coverage reporting
  • CI workflow for automated testing

Configuration

  • Added configurable key prefix for backward compatibility

Installation

composer require code-wheel/mcp-http-security

Requirements

  • PHP >= 8.1
  • PSR-7, PSR-15, PSR-3 compatible implementations

Full Changelog

  • 42623cc Add PHP 8.4 support and comprehensive test suite
  • a03f27b Add Codecov and CI workflow
  • a67161d Add configurable key prefix for backward compatibility