From bdcef89b555db1e8769c6fb8a1b884c853ade24e Mon Sep 17 00:00:00 2001 From: Keita Motegi Date: Fri, 3 Jul 2026 11:08:12 +0900 Subject: [PATCH] Remove unused nikic/php-parser dependency The PhpParser namespace has never been referenced anywhere in src/, src-deprecated/, or the project's git history. The dependency appears to be a leftover from earlier development that no longer applies. Tests, phpstan, and psalm all pass without it. Co-Authored-By: Claude Sonnet 5 --- CHANGELOG.md | 5 +++++ composer.json | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c83243e..b7e4a06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Removed +- `nikic/php-parser` dependency — unused in `src/`; no `PhpParser` namespace reference exists anywhere in the codebase or its git history + ## [0.11.1] - 2026-03-03 ### Added diff --git a/composer.json b/composer.json index f07341b..c44ccf7 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,6 @@ "bear/resource": "^1.15", "guzzlehttp/guzzle": "^6.3 || ^7.0", "koriym/query-locator": "^1.4", - "nikic/php-parser": "^v4.13", "ray/aop": "^2.10.3", "ray/aura-sql-module": "^1.10.0", "ray/di": "^2.20"