Skip to content

Commit

Permalink
Merge branch 'release' into 'master'
Browse files Browse the repository at this point in the history
PB-29625 Update composer/composer

See merge request passbolt/passbolt-ce-api!231
  • Loading branch information
stripthis committed Feb 12, 2024
2 parents 66bfdd8 + 2657800 commit 1cd9d73
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci/jobs/php_unit_tests/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@

KUBERNETES_SERVICE_CPU_REQUEST: 1
KUBERNETES_SERVICE_MEMORY_REQUEST: 3Gi

COMPOSER_ALLOW_SUPERUSER: 1
services:
- $CI_REGISTRY_USER/dind:latest
script:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
# This is the development dummy fingerprint
PASSBOLT_GPG_SERVER_KEY_FINGERPRINT: 2FC8945833C51946E937F9FED47B0811573EE67E
PHPUNIT_COMMAND: vendor/bin/phpunit --log-junit unitreport.xml
COMPOSER_ALLOW_SUPERUSER: 1
image: $CI_REGISTRY_IMAGE_TEST:$PHP_VERSION
script:
- cp config/app.default.php config/app.php
Expand Down
1 change: 1 addition & 0 deletions .gitlab-ci/jobs/security_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
stage: unit-test
variables:
PHP_VERSION: "7.4"
COMPOSER_ALLOW_SUPERUSER: 1
image: $CI_REGISTRY_IMAGE_TEST:$PHP_VERSION
allow_failure: true
script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"ext-openssl": "*",
"ext-pdo": "*",
"ext-curl": "*",
"composer/composer": "^2.6.4",
"composer/composer": "^2.7.0",
"cakephp/cakephp": "^4.4.15",
"cakephp/chronos": "2.4.*",
"longwave/laminas-diactoros": "^2.14.1",
Expand Down
20 changes: 10 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1cd9d73

Please sign in to comment.