nayzo / NzoUrlEncryptorBundle

Symfony Bundle used to Encrypt and Decrypt data and variables in the Web application
MIT License
89 stars 19 forks source link

Symfony 4 compatibility #27

Closed hanzx closed 6 years ago

hanzx commented 6 years ago

hi, is bundle compatible with symfony 4 ?

nayzo commented 6 years ago

I didn't test it yet, but it should work fine tho. It would be awesome to have your feedback on this.

Nikuusi commented 6 years ago

hi, I have an error with symfony 4...

ClassNotFoundExceptionAttempted to load class "NzoUrlEncryptorBundle" from namespace "Nzo\UrlEncryptorBundle".Did you forget a "use" statement for another namespace?

in Kernel.php (line 32) at Kernel->registerBundles()in Kernel.php (line 403) at Kernel->initializeBundles()in Kernel.php (line 122) at Kernel->boot()in Kernel.php (line 185) at Kernel->handle(object(Request))in index.php (line 37)

nayzo commented 6 years ago

The bundle is not yet compatible with the version 4 of symfony.

nayzo commented 6 years ago

Hello @hanzx @NICA-DFC2

NzoUrlEncryptorBundle is now compatible with version V4 of Symfony, just do a: composer update nzo/url-encryptor-bundle to update to the new V4.2.0 tag. You can follow the instructions in Readme.