Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dbp-relay-auth-bundle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Relay API Gateway
dbp-relay-auth-bundle
Commits
dbde847d
Commit
dbde847d
authored
2 years ago
by
Reiter, Christoph
Browse files
Options
Downloads
Plain Diff
Merge branch 'renovate/lock-file-maintenance' into 'main'
chore(deps): lock file maintenance See merge request
!141
parents
2555d738
8051f1aa
No related branches found
Branches containing commit
Tags
v0.1.14
Tags containing commit
1 merge request
!141
chore(deps): lock file maintenance
Pipeline
#215060
passed
2 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
composer.lock
+74
-26
74 additions, 26 deletions
composer.lock
with
74 additions
and
26 deletions
composer.lock
+
74
−
26
View file @
dbde847d
...
@@ -301,32 +301,35 @@
...
@@ -301,32 +301,35 @@
},
},
{
{
"name": "doctrine/annotations",
"name": "doctrine/annotations",
"version": "1.1
3.3
",
"version": "1.1
4.0
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "
648b0343343565c4a056bfc8392201385e8d89f0
"
"reference": "
3587ab58646bc515b2e03bbd3cfcd3682e8df5bf
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/
648b0343343565c4a056bfc8392201385e8d89f0
",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/
3587ab58646bc515b2e03bbd3cfcd3682e8df5bf
",
"reference": "
648b0343343565c4a056bfc8392201385e8d89f0
",
"reference": "
3587ab58646bc515b2e03bbd3cfcd3682e8df5bf
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"doctrine/lexer": "
1.*
",
"doctrine/lexer": "
^1 || ^2
",
"ext-tokenizer": "*",
"ext-tokenizer": "*",
"php": "^7.1 || ^8.0",
"php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3"
"psr/cache": "^1 || ^2 || ^3"
},
},
"require-dev": {
"require-dev": {
"doctrine/cache": "^1.11 || ^2.0",
"doctrine/cache": "^1.11 || ^2.0",
"doctrine/coding-standard": "^
6.0
|| ^
8.
1",
"doctrine/coding-standard": "^
9
|| ^1
0
",
"phpstan/phpstan": "
^
1.4.10 || ^1.8.0",
"phpstan/phpstan": "
~
1.4.10 || ^1.8.0",
"phpunit/phpunit": "^7.5 || ^8.
0
|| ^9.
1.
5",
"phpunit/phpunit": "^7.5 || ^8.
5
|| ^9.5",
"symfony/cache": "^4.4 || ^5.
2
",
"symfony/cache": "^4.4 || ^5.
4 || ^6
",
"vimeo/psalm": "^4.10"
"vimeo/psalm": "^4.10"
},
},
"suggest": {
"php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
},
"type": "library",
"type": "library",
"autoload": {
"autoload": {
"psr-4": {
"psr-4": {
...
@@ -368,9 +371,52 @@
...
@@ -368,9 +371,52 @@
],
],
"support": {
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
"issues": "https://github.com/doctrine/annotations/issues",
"source": "https://github.com/doctrine/annotations/tree/1.13.3"
"source": "https://github.com/doctrine/annotations/tree/1.14.0"
},
"time": "2022-12-11T18:25:48+00:00"
},
{
"name": "doctrine/deprecations",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
"shasum": ""
},
"require": {
"php": "^7.1|^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9",
"phpunit/phpunit": "^7.5|^8.5|^9.5",
"psr/log": "^1|^2|^3"
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
"homepage": "https://www.doctrine-project.org/",
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
"source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
},
},
"time": "2022-0
7
-02T1
0
:4
8:51
+00:00"
"time": "2022-0
5
-02T1
5
:4
7:09
+00:00"
},
},
{
{
"name": "doctrine/inflector",
"name": "doctrine/inflector",
...
@@ -465,31 +511,33 @@
...
@@ -465,31 +511,33 @@
},
},
{
{
"name": "doctrine/lexer",
"name": "doctrine/lexer",
"version": "
1.2.3
",
"version": "
2.0.0
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "
c268e882d4dbdd85e36e4ad69e02dc284f89d22
9"
"reference": "
3cf140b81e55d5d640f73367d829db7e3023ef6
9"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/
c268e882d4dbdd85e36e4ad69e02dc284f89d22
9",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/
3cf140b81e55d5d640f73367d829db7e3023ef6
9",
"reference": "
c268e882d4dbdd85e36e4ad69e02dc284f89d22
9",
"reference": "
3cf140b81e55d5d640f73367d829db7e3023ef6
9",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"doctrine/deprecations": "^1.0",
"php": "^7.1 || ^8.0"
"php": "^7.1 || ^8.0"
},
},
"require-dev": {
"require-dev": {
"doctrine/coding-standard": "^9
.
0",
"doctrine/coding-standard": "^9
|| ^1
0",
"phpstan/phpstan": "^1.3",
"phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.11"
"psalm/plugin-phpunit": "^0.18.3",
"vimeo/psalm": "^4.11 || ^5.0"
},
},
"type": "library",
"type": "library",
"autoload": {
"autoload": {
"psr-4": {
"psr-4": {
"Doctrine\\Common\\Lexer\\": "
lib/Doctrine/Common/Lexer
"
"Doctrine\\Common\\Lexer\\": "
src
"
}
}
},
},
"notification-url": "https://packagist.org/downloads/",
"notification-url": "https://packagist.org/downloads/",
...
@@ -521,7 +569,7 @@
...
@@ -521,7 +569,7 @@
],
],
"support": {
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
"issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/
1.2.3
"
"source": "https://github.com/doctrine/lexer/tree/
2.0.0
"
},
},
"funding": [
"funding": [
{
{
...
@@ -537,7 +585,7 @@
...
@@ -537,7 +585,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-
0
2-
28T11:07
:2
1
+00:00"
"time": "2022-
1
2-
11T10:51
:2
3
+00:00"
},
},
{
{
"name": "dragonmantank/cron-expression",
"name": "dragonmantank/cron-expression",
...
@@ -7678,16 +7726,16 @@
...
@@ -7678,16 +7726,16 @@
},
},
{
{
"name": "netresearch/jsonmapper",
"name": "netresearch/jsonmapper",
"version": "v4.
0
.0",
"version": "v4.
1
.0",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/cweiske/jsonmapper.git",
"url": "https://github.com/cweiske/jsonmapper.git",
"reference": "
8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d
"
"reference": "
cfa81ea1d35294d64adb9c68aa4cb9e92400e53f
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/
8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d
",
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/
cfa81ea1d35294d64adb9c68aa4cb9e92400e53f
",
"reference": "
8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d
",
"reference": "
cfa81ea1d35294d64adb9c68aa4cb9e92400e53f
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -7723,9 +7771,9 @@
...
@@ -7723,9 +7771,9 @@
"support": {
"support": {
"email": "cweiske@cweiske.de",
"email": "cweiske@cweiske.de",
"issues": "https://github.com/cweiske/jsonmapper/issues",
"issues": "https://github.com/cweiske/jsonmapper/issues",
"source": "https://github.com/cweiske/jsonmapper/tree/v4.
0
.0"
"source": "https://github.com/cweiske/jsonmapper/tree/v4.
1
.0"
},
},
"time": "202
0
-12-0
1T19
:4
8
:1
1
+00:00"
"time": "202
2
-12-0
8T20
:4
6
:1
4
+00:00"
},
},
{
{
"name": "nikic/php-parser",
"name": "nikic/php-parser",
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment