New upstream version 3.3.2
No related branches found
No related tags found
Showing
- .github/workflows/ci.yml 2 additions, 2 deletions.github/workflows/ci.yml
- .github/workflows/psalm.yml 1 addition, 1 deletion.github/workflows/psalm.yml
- Dbal/AclProvider.php 15 additions, 15 deletionsDbal/AclProvider.php
- Dbal/MutableAclProvider.php 12 additions, 10 deletionsDbal/MutableAclProvider.php
- Domain/Acl.php 12 additions, 8 deletionsDomain/Acl.php
- Domain/Entry.php 8 additions, 6 deletionsDomain/Entry.php
- Domain/ObjectIdentity.php 2 additions, 2 deletionsDomain/ObjectIdentity.php
- Model/AclInterface.php 2 additions, 2 deletionsModel/AclInterface.php
- Model/MutableAclProviderInterface.php 2 additions, 2 deletionsModel/MutableAclProviderInterface.php
- Permission/MaskBuilder.php 2 additions, 2 deletionsPermission/MaskBuilder.php
- Tests/Domain/SecurityIdentityRetrievalStrategyTest.php 1 addition, 0 deletionsTests/Domain/SecurityIdentityRetrievalStrategyTest.php
- composer.json 1 addition, 1 deletioncomposer.json
... | ... | @@ -25,7 +25,7 @@ |
"symfony/phpunit-bridge": "^5.2|^6.0", | ||
"doctrine/cache": "^1.11|^2.0", | ||
"doctrine/common": "^2.2|^3", | ||
"doctrine/persistence": "^1.3.3|^2", | ||
"doctrine/persistence": "^1.3.3|^2|^3", | ||
"doctrine/dbal": "^2.13.1|^3.1", | ||
"psr/log": "^1|^2|^3" | ||
}, | ||
... | ... |
Please register or sign in to comment