- Downloads
Issue #3521582 by pwolanin, claudiu.cristea: alpha12 has a fatal error on Drupal 9
Showing
- .gitlab-ci.yml 12 additions, 0 deletions.gitlab-ci.yml
- composer.json 1 addition, 1 deletioncomposer.json
- og.views.inc 12 additions, 6 deletionsog.views.inc
- og_ui/tests/src/Functional/BundleEntityFormAlterTest.php 6 additions, 3 deletionsog_ui/tests/src/Functional/BundleEntityFormAlterTest.php
- tests/src/Unit/PermissionEventTest.php 38 additions, 10 deletionstests/src/Unit/PermissionEventTest.php
- tests/src/Unit/Plugin/OgGroupResolver/RequestQueryArgumentResolverTest.php 9 additions, 2 deletions...ugin/OgGroupResolver/RequestQueryArgumentResolverTest.php
| ... | ... | @@ -25,7 +25,7 @@ |
| ], | ||
| "require-dev": { | ||
| "drupal/coder": "^8.3.16", | ||
| "drush/drush": "^12.5 || ^13.3", | ||
| "drush/drush": "^11 || ^12.5 || ^13.3", | ||
| "phpunit/phpunit": "^7 || ^8 || ^9 || ^10.5" | ||
| }, | ||
| "minimum-stability": "dev", | ||
| ... | ... | |
| ... | ... |
Please sign in to comment