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

Updates for GitLab path changes

parent e0b97c95
Branches
Tags
No related merge requests found
Pipeline #105681 passed
image: registry.gitlab.tugraz.at/dbp/middleware/dbp-api/api-core-bundle/main:v1 image: registry.gitlab.tugraz.at/dbp/dbp-api/api-core-bundle/main:v1
before_script: before_script:
- 'git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.tugraz.at/".insteadOf "git@gitlab.tugraz.at:"' - 'git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.tugraz.at/".insteadOf "git@gitlab.tugraz.at:"'
......
...@@ -25,7 +25,7 @@ features: ...@@ -25,7 +25,7 @@ features:
"repositories": [ "repositories": [
{ {
"type": "vcs", "type": "vcs",
"url": "git@gitlab.tugraz.at:dbp/middleware/dbp-api/api-starter-bundle.git" "url": "git@gitlab.tugraz.at:dbp/dbp-api/api-starter-bundle.git"
} }
], ],
``` ```
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"repositories": [ "repositories": [
{ {
"type": "vcs", "type": "vcs",
"url": "https://gitlab.tugraz.at/dbp/middleware/dbp-api/api-core-bundle.git" "url": "https://gitlab.tugraz.at/dbp/dbp-api/api-core-bundle.git"
} }
], ],
"autoload": { "autoload": {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "29b59805b8252014983032895931c80b", "content-hash": "308c094bf8156f36eb310622a9e946c5",
"packages": [ "packages": [
{ {
"name": "api-platform/core", "name": "api-platform/core",
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
"version": "dev-main", "version": "dev-main",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://gitlab.tugraz.at/dbp/middleware/dbp-api/api-core-bundle.git", "url": "https://gitlab.tugraz.at/dbp/dbp-api/api-core-bundle.git",
"reference": "7ee0cb4d5e73b2926070d6c8d7e4213367b86e8c" "reference": "7ee0cb4d5e73b2926070d6c8d7e4213367b86e8c"
}, },
"require": { "require": {
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
"web-token/jwt-signature-algorithm-rsa": "^2.1" "web-token/jwt-signature-algorithm-rsa": "^2.1"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^2.17", "friendsofphp/php-cs-fixer": "^3.0",
"phpstan/phpstan": "^0.12.33", "phpstan/phpstan": "^0.12.33",
"phpstan/phpstan-phpunit": "^0.12.13", "phpstan/phpstan-phpunit": "^0.12.13",
"symfony/browser-kit": "^5.2", "symfony/browser-kit": "^5.2",
...@@ -293,7 +293,7 @@ ...@@ -293,7 +293,7 @@
"@php vendor/bin/php-cs-fixer --ansi fix" "@php vendor/bin/php-cs-fixer --ansi fix"
], ],
"cs": [ "cs": [
"@php vendor/bin/php-cs-fixer --ansi fix --dry-run --diff --diff-format=udiff" "@php vendor/bin/php-cs-fixer --ansi fix --dry-run --diff"
], ],
"coverage": [ "coverage": [
"@php vendor/bin/simple-phpunit --coverage-html _coverage" "@php vendor/bin/simple-phpunit --coverage-html _coverage"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment