Issue #3450293 by kristiaanvandeneynde: Set up GitLab CI
parent
8d3fbc0b
No related branches found
No related tags found
Showing
- README.txt 0 additions, 21 deletionsREADME.txt
- composer.json 3 additions, 0 deletionscomposer.json
- src/PermissionCalculatorAlterInterfaceV2.php 1 addition, 0 deletionssrc/PermissionCalculatorAlterInterfaceV2.php
- tests/src/Unit/CalculatedPermissionsTest.php 1 addition, 0 deletionstests/src/Unit/CalculatedPermissionsTest.php
- tests/src/Unit/ChainPermissionCalculatorTest.php 16 additions, 3 deletionstests/src/Unit/ChainPermissionCalculatorTest.php
- tests/src/Unit/RefinableCalculatedPermissionsTest.php 3 additions, 1 deletiontests/src/Unit/RefinableCalculatedPermissionsTest.php
... | ... | @@ -24,5 +24,8 @@ |
"require": { | ||
"drupal/core": "^9.5 || ^10", | ||
"drupal/variationcache": "^1.0" | ||
}, | ||
"require-dev": { | ||
"jangregor/phpstan-prophecy": "^1.0" | ||
} | ||
} |
Please register or sign in to comment