Merge pull request #8 from ecphp/parse-extendedAttributes
Parse EU Access attributes.
Showing
- composer.json 2 additions, 2 deletionscomposer.json
- phpspec.yml.dist 1 addition, 1 deletionphpspec.yml.dist
- spec/EcPhp/EuLoginBundle/Security/Core/User/EuLoginUserProviderSpec.php 24 additions, 1 deletion...oginBundle/Security/Core/User/EuLoginUserProviderSpec.php
- spec/EcPhp/EuLoginBundle/Security/Core/User/EuLoginUserSpec.php 159 additions, 48 deletions...cPhp/EuLoginBundle/Security/Core/User/EuLoginUserSpec.php
- src/Security/Core/User/EuLoginUser.php 19 additions, 13 deletionssrc/Security/Core/User/EuLoginUser.php
- src/Security/Core/User/EuLoginUserInterface.php 2 additions, 0 deletionssrc/Security/Core/User/EuLoginUserInterface.php
... | ... | @@ -21,11 +21,11 @@ |
"symfony/framework-bundle": "^5.1" | ||
}, | ||
"require-dev": { | ||
"drupol/php-conventions": "^1.8.6", | ||
"drupol/php-conventions": "^1.8.16", | ||
"friends-of-phpspec/phpspec-code-coverage": "^4.3.2", | ||
"infection/infection": "^0.15.3", | ||
"phpspec/phpspec": "^6.2.1", | ||
"vimeo/psalm": "^3.12" | ||
"vimeo/psalm": "^3.13" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
Please register or sign in to comment