base-requires25 1.1.10-beta2
Pre-release
Pre-release
What's Changed
Fixed
- Fix PHP constraint from
^7.4.0 || ^8.4.0to^7.4 || ^8.0— previous constraint excluded PHP 8.0-8.3 - Replace global
minimum-stability: betawith inline@betaflags onxoops/xmfandxoops/regdom - Normalize version constraints to
^major.minorstyle (e.g.,^1.0instead of^1.0.2)
Changed
- Change package type from
projecttometapackage - Bump
xoops/regdomfrom^2.0.2-beta1to^2.0.2-beta3@beta - Bump
xoops/xmffrom^1.2.33-beta1to^1.2.33-beta2@beta
Added
- Add
conflictrule blockingsmarty/smarty >=5.0until XOOPS core migrates - Add
suggestsection forext-intlandext-imagick - Add
authors,keywords,funding,support, andconfigsections tocomposer.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.mdwith contribution guidelines - Add
.github/ISSUE_TEMPLATE/bug-report.ymlwith PHP 7.4-8.5 dropdown - Add
.github/ISSUE_TEMPLATE/feature-request.yml(metapackage wording) - Add
.scrutinizer.yml—composer validateonly (no PHP analyzer for metapackage) - Add
.gitattributeswith LF normalization and export-ignore rules - Add
.gitignorewith vendor/, .idea/, build/, coverage.clover, composer.lock, callmap.json - Add
CLAUDE.mdproject guide - Add
README.mdupdates - Pin GitHub Actions to full SHA hashes in CI workflow
Full Changelog: v1.1.10-beta1...1.1.10-beta2