Inclusion of spatie/ray #440
-
I have noticed that in the require dev of composer spatie/ray is being included. Does this send data somewhere else? If so, what is it sending? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @sambenne, Spatie-ray is a debugging tool I use. It is in the require-dev section of the composer file, which means it will not be installed when you install LdapRecord-Laravel normally. For it to be installed, you would have to install LdapRecord-Laravel with its developer dependencies via the —dev flag. |
Beta Was this translation helpful? Give feedback.
-
Hi @stevebauman, Thanks for this, just doing a security audit so just making sure data is randomly being sent somewhere. |
Beta Was this translation helpful? Give feedback.
Hi @sambenne,
Spatie-ray is a debugging tool I use. It is in the require-dev section of the composer file, which means it will not be installed when you install LdapRecord-Laravel normally.
For it to be installed, you would have to install LdapRecord-Laravel with its developer dependencies via the —dev flag.