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"