Skip to content

Commit

Permalink
Remove 'nikic/php-parser' dependency from composer.json
Browse files Browse the repository at this point in the history
The 'nikic/php-parser' dependency has been removed from the project files. This change is reflected in the composer.json file where the associated line has been deleted. Now the project relies on fewer third-party packages, thereby reducing potential security risks and improving overall application performance.
  • Loading branch information
koriym committed Apr 29, 2024
1 parent 2d86d6d commit c7f4af1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"ray/aop": "^2.12.3",
"ray/di": "^2.13",
"ray/web-param-module": "^2.1.1",
"rize/uri-template": "^0.3",
"nikic/php-parser": "^4.10"
"rize/uri-template": "^0.3"
},
"require-dev": {
"phpunit/phpunit": "^9.5.10",
Expand Down

0 comments on commit c7f4af1

Please sign in to comment.