-
- Downloads
Issue #3366139 by cmlara: Adopt GitlabCi
.gitlab-ci.yml
0 → 100644
... | @@ -10,10 +10,18 @@ | ... | @@ -10,10 +10,18 @@ |
"homepage": "https://www.drupal.org/project/rabbitmq", | "homepage": "https://www.drupal.org/project/rabbitmq", | ||
"license": "GPL-2.0-or-later", | "license": "GPL-2.0-or-later", | ||
"name": "drupal/rabbitmq", | "name": "drupal/rabbitmq", | ||
"prefer-stable": true, | |||
"require": { | "require": { | ||
"drupal/core": "^9 || ^10", | "drupal/core": "^9 || ^10", | ||
"php-amqplib/php-amqplib": "^3.1" | "php-amqplib/php-amqplib": "^3.1" | ||
}, | }, | ||
"require-dev": { | |||
"mglaman/phpstan-drupal": "^1.1", | |||
"phpstan/extension-installer": "^1.2", | |||
"phpstan/phpstan": "^1.9", | |||
"phpstan/phpstan-deprecation-rules": "^1.1", | |||
"phpstan/phpstan-phpunit": "^1.3" | |||
}, | |||
"suggest": { | "suggest": { | ||
"ext-pcntl": "Needed to support the timeout option" | "ext-pcntl": "Needed to support the timeout option" | ||
}, | }, | ||
... | ... |
phpstan-baseline.neon
0 → 100644
phpstan.neon
0 → 100644
Please register or sign in to comment