Skip to content
Snippets Groups Projects
Commit d261510c authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Merge branch 'renovate/all-minor-patch' into 'main'

Update all non-major dependencies

See merge request dbp/middleware/dbp-api/api-starter-bundle!1
parents 803edaee f4650676
No related branches found
No related tags found
1 merge request!1Update all non-major dependencies
Pipeline #105596 passed
...@@ -42,7 +42,7 @@ psalm: ...@@ -42,7 +42,7 @@ psalm:
stage: test stage: test
allow_failure: true allow_failure: true
script: script:
- sudo update-alternatives --set php /usr/bin/php7.3 - sudo update-alternatives --set php /usr/bin/php7.4
- composer install - composer install
- composer run psalm - composer run psalm
...@@ -50,7 +50,7 @@ phpstan: ...@@ -50,7 +50,7 @@ phpstan:
stage: test stage: test
allow_failure: true allow_failure: true
script: script:
- sudo update-alternatives --set php /usr/bin/php7.3 - sudo update-alternatives --set php /usr/bin/php7.4
- composer install - composer install
- composer run phpstan - composer run phpstan
...@@ -58,6 +58,6 @@ cs-fixer: ...@@ -58,6 +58,6 @@ cs-fixer:
stage: test stage: test
allow_failure: true allow_failure: true
script: script:
- sudo update-alternatives --set php /usr/bin/php7.3 - sudo update-alternatives --set php /usr/bin/php7.4
- composer install - composer install
- composer run cs - composer run cs
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"require": { "require": {
"php": "^7.3", "php": "^7.3",
"api-platform/core": "^2.4", "api-platform/core": "^2.5",
"symfony/framework-bundle": "^4.1.12", "symfony/framework-bundle": "^4.1.12",
"dbp/api-core-bundle": "@dev" "dbp/api-core-bundle": "@dev"
}, },
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment