Skip to content

Commit 681561d

Browse files
Merge remote-tracking branch 'origin/feature/optional-recurr' into test/unit-and-functional
2 parents 1fcd31e + 8a0ca37 commit 681561d

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

Tests/CGL/composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@
4848
"@fix:editorconfig",
4949
"@fix:php"
5050
],
51-
"fix:composer": [
52-
"@composer normalize",
53-
"@composer normalize ../../composer.json"
54-
],
51+
"fix:composer": "@composer normalize",
5552
"fix:editorconfig": "@lint:editorconfig --fix",
5653
"fix:php": "@php vendor/bin/php-cs-fixer --config=.php-cs-fixer.php fix",
5754
"install": "@composer install",

composer-require-checker.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"symbol-whitelist": [
3+
"Recurr\\Rule",
4+
"Recurr\\Transformer\\ArrayTransformer"
5+
]
6+
}

0 commit comments

Comments
 (0)