- Document --build-arg PHP_MEMORY_LIMIT option for large projects
- Default is 1024M, can increase to 2048M or more as needed
- Update Dockerfile version label to 0.0.1
- Add notes in both English and Japanese sections
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Reorganize Installation section with Docker as primary method
- Add step-by-step Docker build and run instructions
- Show direct docker run commands without wrapper script
- Make wrapper script optional
- Fix directory name to php-security-linter
- Update both English and Japanese sections
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Change all URLs from github.com to opensource.rogarithm.net
- Update Docker image references to local build (php-security-linter:latest)
- Fix Gitea Issues URL in CONTRIBUTING.md
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Version updates:
- Set version to 0.0.1 across all files
- Update CLI banner, SARIF output, and documentation
New files:
- LICENSE: MIT license
- CHANGELOG.md: Initial changelog with all features
- CONTRIBUTING.md: Contribution guidelines
composer.json enhancements:
- Add version, keywords, homepage, support URLs
- Add authors section
- Add require-dev for PHPUnit
README.md updates:
- Update repository URLs to security-linter/php-laravel
- Update Docker image references
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>