Skip to content

Conversation

@f3l1x
Copy link
Member

@f3l1x f3l1x commented Dec 15, 2025

No description provided.

@codecov
Copy link

codecov bot commented Dec 18, 2025

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@f3l1x f3l1x force-pushed the claude/modernize-build-config-CFVFN branch from ee0742f to 5f85023 Compare December 19, 2025 16:33
| State | Version | Branch | Nette | PHP |
|--------|---------|----------|--------|---------|
| dev | `^0.8` | `master` | `3.2+` | `>=8.2` |
| stable | `^0.7` | `master` | `3.0+` | `>=8.3` |
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@claude It's wrong, it's PHP 8.2

composer.json Outdated
"php": ">=8.2",
"doctrine/annotations": "^2.0",
"gedmo/doctrine-extensions": "^3.19"
"doctrine/orm": "^2.14 || ^3.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use doctrine 3.0 only

composer.json Outdated
"nette/di": "^3.0.0",
"doctrine/orm": "^3.0",
"php": ">=8.2",
"doctrine/annotations": "^2.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove annotations, it's not needed anymore

@f3l1x f3l1x force-pushed the claude/modernize-build-config-CFVFN branch from 5f85023 to c141486 Compare December 19, 2025 17:18
- Lower minimum PHP version from 8.3 to 8.2
- Require Doctrine ORM 3.5.8+
- Remove doctrine/annotations dependency (use PHP attributes)
- Update Nette DI to 3.2.5+
- Replace ninjify/nunjuck with contributte/tester
- Update contributte/phpstan to 0.2.0
- Remove legacy annotation reader setup from extension

Closes #33
- Replace legacy workflow with shared workflows
- Add separate workflows: tests, phpstan, codesniffer, coverage
- Test PHP versions 8.2, 8.3, 8.4, 8.5
- Add lowest dependency testing on PHP 8.2
- Use consistent workflow formatting
- Update Makefile with quoted extensions parameter
- Configure PHPStan at level 9 for PHP 8.2
- Update ruleset.xml with proper XML encoding
- Align .editorconfig with template format
- Update .gitignore with comprehensive patterns
- Convert test to .phpt format
- Use Contributte\Tester\Environment in bootstrap
- Remove obsolete coveralls config
@f3l1x f3l1x force-pushed the claude/modernize-build-config-CFVFN branch from c141486 to 4990157 Compare December 25, 2025 19:30
@f3l1x f3l1x closed this Jan 6, 2026
@f3l1x f3l1x deleted the claude/modernize-build-config-CFVFN branch January 6, 2026 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants