Skip to content

Commit 46ff58f

Browse files
committed
[Demo] Remove unused nyholm/nsa dependency
The nyholm/nsa library was declared as a dev dependency but not used anywhere in the codebase. Standard PHP reflection is used instead for accessing private properties in tests.
1 parent dafee7a commit 46ff58f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demo/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"symfony/symfony": "*"
5757
},
5858
"require-dev": {
59-
"nyholm/nsa": "^1.3",
6059
"php-cs-fixer/shim": "^3.75",
6160
"phpstan/phpstan": "^2.1",
6261
"phpunit/phpunit": "^11.5",

0 commit comments

Comments
 (0)