SimplesamlphpBundle
SimplesamlphpBundle copied to clipboard
Symfony 4 Compatibility
This bundle will be compatible with Symfony 4 ?
Do you think you can update the project to be compatible with Symfony Flex?
The symfony/symfony: >=2.8 requirement is causing issues, since Flex prevents you from installing the Symfony Standard Edition by adding this to composer.json:
"conflict": {
"symfony/symfony": "*"
},
See: https://symfony.com/doc/current/setup/flex.html
Any solution?