-
- Downloads
Issue #126: Remove bovig/assert in favour of leo.
Showing
- composer.json 3 additions, 3 deletionscomposer.json
- tests/features/bootstrap/FeatureContext.php 1 addition, 3 deletionstests/features/bootstrap/FeatureContext.php
- tests/src/Kernel/Plugin/Deriver/YamlDeriverTest.php 1 addition, 6 deletionstests/src/Kernel/Plugin/Deriver/YamlDeriverTest.php
- tests/src/Kernel/Plugin/PatternBaseTest.php 1 addition, 3 deletionstests/src/Kernel/Plugin/PatternBaseTest.php
- tests/src/Kernel/TypedData/PatternDataDefinitionTest.php 1 addition, 3 deletionstests/src/Kernel/TypedData/PatternDataDefinitionTest.php
- tests/src/Kernel/UiPatternsManagerTest.php 1 addition, 3 deletionstests/src/Kernel/UiPatternsManagerTest.php
- tests/src/Kernel/UiPatternsSourceManagerTest.php 5 additions, 8 deletionstests/src/Kernel/UiPatternsSourceManagerTest.php
- tests/src/Unit/Definition/PatternDefinitionTest.php 10 additions, 12 deletionstests/src/Unit/Definition/PatternDefinitionTest.php
- tests/src/Unit/Element/PatternPreviewTest.php 1 addition, 3 deletionstests/src/Unit/Element/PatternPreviewTest.php
... | ... | @@ -17,6 +17,8 @@ |
"drupal/config_installer": "1.3.0", | ||
"drupal/console": "~1", | ||
"drush/drush": "*", | ||
"drupal/coder": "8.2.8", | ||
"drupal/core": "~8", | ||
"drupal/ds": "~3", | ||
"drupal/field_group": "~1", | ||
"drupal/coffee": "~1", | ||
... | ... | @@ -27,7 +29,6 @@ |
"drupal/token": "~1", | ||
"drupal/bootstrap": "3.1", | ||
"phpunit/phpunit": "5.5.*", | ||
"bovigo/assert": "~1.7", | ||
"nuvoleweb/drupal-behat": "1.0.2", | ||
"mikey179/vfsStream": "*", | ||
"bex/behat-screenshot": "^1.2", | ||
... | ... | @@ -35,8 +36,7 @@ |
"bex/behat-extension-driver-locator": "^1.0", | ||
"phpro/grumphp": "0.11.4", | ||
"squizlabs/php_codesniffer": "~2.9", | ||
"drupal/coder": "8.2.8", | ||
"drupal/core": "8.4.x-dev" | ||
"peridot-php/leo": "^1.6" | ||
}, | ||
"conflict": { | ||
"drupal/drupal": "*" | ||
... | ... |
Please register or sign in to comment