Skip to content

Commit d49ae7c

Browse files
committed
minor #457 [Demo] Remove unused nyholm/nsa dependency (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Demo] Remove unused `nyholm/nsa` dependency | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT 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. Commits ------- 46ff58f [Demo] Remove unused nyholm/nsa dependency
2 parents 641f6be + 46ff58f commit d49ae7c

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)