Woody Gilk
Woody Gilk
PHP 7.0 supports objects. Please update this package for those of us stuck on PHP < 7 or HHVM!
Though as it turns out, this won't help us, because PHP/HHVM already defined `array_column` and so this package will not provide a 7.x compatible function. ðŸ˜
If your goal is to have a Doctrine Collection compatible interface, why not use that package instead? What would be the point if having the same interface as a different...
A trait would be a reasonable approach, if the maintainers think this is a good idea.
@gabrielbull I might be interested... what package would you recommend as an alternative?
@gabrielbull I will fork this package to `northwoods/config` and you can mark this as deprecated.
Its very possible that git-encrypt does not work on Windows. The `cat` error probably comes from not having the `openssl` command available on the command line.
You wouldn't see any errors at all unless the `openssl` call fails. Does running the following command cause an error? ``` openssl enc -d -base64 -aes-256-ecb -k "blahblahblah" -in "foo.txt"...
Currently it is not possible to use named parameters.
I think it would be better to add an example to the documentation than add another function that does exactly the same thing as `alias()`.