Skip to content

base-requires25 1.1.10-beta2

Pre-release
Pre-release

Choose a tag to compare

@mambax7 mambax7 released this 08 Feb 18:40
57a18df

What's Changed

Fixed

  • Fix PHP constraint from ^7.4.0 || ^8.4.0 to ^7.4 || ^8.0 — previous constraint excluded PHP 8.0-8.3
  • Replace global minimum-stability: beta with inline @beta flags on xoops/xmf and xoops/regdom
  • Normalize version constraints to ^major.minor style (e.g., ^1.0 instead of ^1.0.2)

Changed

  • Change package type from project to metapackage
  • Bump xoops/regdom from ^2.0.2-beta1 to ^2.0.2-beta3@beta
  • Bump xoops/xmf from ^1.2.33-beta1 to ^1.2.33-beta2@beta

Added

  • Add conflict rule blocking smarty/smarty >=5.0 until XOOPS core migrates
  • Add suggest section for ext-intl and ext-imagick
  • Add authors, keywords, funding, support, and config sections to composer.json
  • Add GitHub Actions CI workflow — PHP 7.4-8.5 matrix with composer validate --strict
  • Add Dependabot configuration for Composer and GitHub Actions
  • Add Renovate configuration
  • Add GitHub Copilot custom instructions (.github/copilot-instructions.md)
  • Add .github/CONTRIBUTING.md with contribution guidelines
  • Add .github/ISSUE_TEMPLATE/bug-report.yml with PHP 7.4-8.5 dropdown
  • Add .github/ISSUE_TEMPLATE/feature-request.yml (metapackage wording)
  • Add .scrutinizer.ymlcomposer validate only (no PHP analyzer for metapackage)
  • Add .gitattributes with LF normalization and export-ignore rules
  • Add .gitignore with vendor/, .idea/, build/, coverage.clover, composer.lock, callmap.json
  • Add CLAUDE.md project guide
  • Add README.md updates
  • Pin GitHub Actions to full SHA hashes in CI workflow

Full Changelog: v1.1.10-beta1...1.1.10-beta2