Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dbp-relay-server-template
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
GitLab 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-server-template
Commits
42a9f941
Commit
42a9f941
authored
3 years ago
by
Reiter, Christoph
Browse files
Options
Downloads
Patches
Plain Diff
Update core/auth bundle
parent
c1721894
No related branches found
No related tags found
No related merge requests found
Pipeline
#60150
passed
3 years ago
Stage: test
Stage: deploy
Stage: e2e
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
composer.lock
+308
-6
308 additions, 6 deletions
composer.lock
symfony.lock
+21
-0
21 additions, 0 deletions
symfony.lock
with
329 additions
and
6 deletions
composer.lock
+
308
−
6
View file @
42a9f941
...
@@ -301,14 +301,16 @@
...
@@ -301,14 +301,16 @@
},
},
{
{
"name": "dbp/relay-auth-bundle",
"name": "dbp/relay-auth-bundle",
"version": "v0.1.
4
",
"version": "v0.1.
6
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-auth-bundle.git",
"url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-auth-bundle.git",
"reference": "
89d4166cdfe6885b4c67709dbdaeb53
3f
e
58
c3fc
"
"reference": "
ce556a11ce4db7c1
3f
9
58
4220fab36bc1d1a6056
"
},
},
"require": {
"require": {
"dbp/relay-core-bundle": "^0.1.10",
"dbp/relay-core-bundle": "^0.1.10",
"ext-curl": "*",
"ext-gmp": "*",
"ext-json": "*",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.0",
"guzzlehttp/guzzle": "^7.0",
"kevinrob/guzzle-cache-middleware": "^3.3",
"kevinrob/guzzle-cache-middleware": "^3.3",
...
@@ -346,15 +348,15 @@
...
@@ -346,15 +348,15 @@
"license": [
"license": [
"AGPL-3.0-or-later"
"AGPL-3.0-or-later"
],
],
"time": "2021-1
0-13T09:39:54
+00:00"
"time": "2021-1
1-02T11:11:39
+00:00"
},
},
{
{
"name": "dbp/relay-core-bundle",
"name": "dbp/relay-core-bundle",
"version": "v0.1.
19
",
"version": "v0.1.
20
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-core-bundle",
"url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-core-bundle",
"reference": "
d659cede5e17eb5e442987be6992fb63dc5ddee4
"
"reference": "
94264cb880989d8937749a02826e911dd2b819df
"
},
},
"require": {
"require": {
"api-platform/core": "^2.6.3",
"api-platform/core": "^2.6.3",
...
@@ -371,6 +373,7 @@
...
@@ -371,6 +373,7 @@
"symfony/event-dispatcher": "^5.3",
"symfony/event-dispatcher": "^5.3",
"symfony/expression-language": "^5.3",
"symfony/expression-language": "^5.3",
"symfony/framework-bundle": "^5.3",
"symfony/framework-bundle": "^5.3",
"symfony/messenger": "^5.3",
"symfony/mime": "^5.3",
"symfony/mime": "^5.3",
"symfony/security-bundle": "^5.3",
"symfony/security-bundle": "^5.3",
"symfony/security-core": "^5.3",
"symfony/security-core": "^5.3",
...
@@ -409,7 +412,7 @@
...
@@ -409,7 +412,7 @@
"license": [
"license": [
"AGPL-3.0-or-later"
"AGPL-3.0-or-later"
],
],
"time": "2021-1
0-25T08:53:54
+00:00"
"time": "2021-1
1-04T11:06:30
+00:00"
},
},
{
{
"name": "doctrine/annotations",
"name": "doctrine/annotations",
...
@@ -2035,6 +2038,75 @@
...
@@ -2035,6 +2038,75 @@
],
],
"time": "2020-11-03T09:10:25+00:00"
"time": "2020-11-03T09:10:25+00:00"
},
},
{
"name": "symfony/amqp-messenger",
"version": "v5.3.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/amqp-messenger.git",
"reference": "7bf38ef8c72d51163aa9048d7a8abe03be33f2b4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/amqp-messenger/zipball/7bf38ef8c72d51163aa9048d7a8abe03be33f2b4",
"reference": "7bf38ef8c72d51163aa9048d7a8abe03be33f2b4",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/messenger": "^5.3"
},
"require-dev": {
"symfony/event-dispatcher": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
"symfony/property-access": "^4.4|^5.0",
"symfony/serializer": "^4.4|^5.0"
},
"type": "symfony-bridge",
"autoload": {
"psr-4": {
"Symfony\\Component\\Messenger\\Bridge\\Amqp\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony AMQP extension Messenger Bridge",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/amqp-messenger/tree/v5.3.7"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-08-25T04:45:08+00:00"
},
{
{
"name": "symfony/apache-pack",
"name": "symfony/apache-pack",
"version": "v1.0.1",
"version": "v1.0.1",
...
@@ -2644,6 +2716,79 @@
...
@@ -2644,6 +2716,79 @@
],
],
"time": "2021-03-23T23:28:01+00:00"
"time": "2021-03-23T23:28:01+00:00"
},
},
{
"name": "symfony/doctrine-messenger",
"version": "v5.3.10",
"source": {
"type": "git",
"url": "https://github.com/symfony/doctrine-messenger.git",
"reference": "971b7d5bd1c641cb8a699f4dcfd1079e2030761a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/971b7d5bd1c641cb8a699f4dcfd1079e2030761a",
"reference": "971b7d5bd1c641cb8a699f4dcfd1079e2030761a",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/messenger": "^5.1",
"symfony/service-contracts": "^1.1|^2"
},
"conflict": {
"doctrine/dbal": "<2.10",
"doctrine/persistence": "<1.3"
},
"require-dev": {
"doctrine/dbal": "^2.10|^3.0",
"doctrine/persistence": "^1.3|^2",
"symfony/property-access": "^4.4|^5.0",
"symfony/serializer": "^4.4|^5.0"
},
"type": "symfony-bridge",
"autoload": {
"psr-4": {
"Symfony\\Component\\Messenger\\Bridge\\Doctrine\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Doctrine Messenger Bridge",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/doctrine-messenger/tree/v5.3.10"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-10-21T08:22:59+00:00"
},
{
{
"name": "symfony/dotenv",
"name": "symfony/dotenv",
"version": "v5.3.10",
"version": "v5.3.10",
...
@@ -3616,6 +3761,96 @@
...
@@ -3616,6 +3761,96 @@
],
],
"time": "2021-10-29T08:36:48+00:00"
"time": "2021-10-29T08:36:48+00:00"
},
},
{
"name": "symfony/messenger",
"version": "v5.3.10",
"source": {
"type": "git",
"url": "https://github.com/symfony/messenger.git",
"reference": "5146f9ecede00a3570f766a6c14cf494d479e038"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/messenger/zipball/5146f9ecede00a3570f766a6c14cf494d479e038",
"reference": "5146f9ecede00a3570f766a6c14cf494d479e038",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/log": "^1|^2|^3",
"symfony/amqp-messenger": "^5.1",
"symfony/deprecation-contracts": "^2.1",
"symfony/doctrine-messenger": "^5.1",
"symfony/polyfill-php80": "^1.16",
"symfony/redis-messenger": "^5.1"
},
"conflict": {
"symfony/event-dispatcher": "<4.4",
"symfony/framework-bundle": "<4.4",
"symfony/http-kernel": "<4.4",
"symfony/serializer": "<5.0"
},
"require-dev": {
"psr/cache": "^1.0|^2.0|^3.0",
"symfony/console": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/event-dispatcher": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
"symfony/property-access": "^4.4|^5.0",
"symfony/routing": "^4.4|^5.0",
"symfony/serializer": "^5.0",
"symfony/service-contracts": "^1.1|^2",
"symfony/stopwatch": "^4.4|^5.0",
"symfony/validator": "^4.4|^5.0"
},
"suggest": {
"enqueue/messenger-adapter": "For using the php-enqueue library as a transport."
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Messenger\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Samuel Roze",
"email": "samuel.roze@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Helps applications send and receive messages to/from other applications or via message queues",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/messenger/tree/v5.3.10"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-10-28T19:22:18+00:00"
},
{
{
"name": "symfony/mime",
"name": "symfony/mime",
"version": "v5.3.8",
"version": "v5.3.8",
...
@@ -4757,6 +4992,73 @@
...
@@ -4757,6 +4992,73 @@
],
],
"time": "2021-09-07T07:41:40+00:00"
"time": "2021-09-07T07:41:40+00:00"
},
},
{
"name": "symfony/redis-messenger",
"version": "v5.3.10",
"source": {
"type": "git",
"url": "https://github.com/symfony/redis-messenger.git",
"reference": "94ba9b20a7f2b28ec9e93823d7912ced0108b398"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/redis-messenger/zipball/94ba9b20a7f2b28ec9e93823d7912ced0108b398",
"reference": "94ba9b20a7f2b28ec9e93823d7912ced0108b398",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/messenger": "^5.1"
},
"require-dev": {
"symfony/property-access": "^4.4|^5.0",
"symfony/serializer": "^4.4|^5.0"
},
"type": "symfony-bridge",
"autoload": {
"psr-4": {
"Symfony\\Component\\Messenger\\Bridge\\Redis\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Redis extension Messenger Bridge",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/redis-messenger/tree/v5.3.10"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-10-25T14:58:02+00:00"
},
{
{
"name": "symfony/routing",
"name": "symfony/routing",
"version": "v5.3.7",
"version": "v5.3.7",
...
...
This diff is collapsed.
Click to expand it.
symfony.lock
+
21
−
0
View file @
42a9f941
...
@@ -214,6 +214,9 @@
...
@@ -214,6 +214,9 @@
"spomky-labs/base64url": {
"spomky-labs/base64url": {
"version": "v2.0.4"
"version": "v2.0.4"
},
},
"symfony/amqp-messenger": {
"version": "v5.3.7"
},
"symfony/apache-pack": {
"symfony/apache-pack": {
"version": "1.0",
"version": "1.0",
"recipe": {
"recipe": {
...
@@ -280,6 +283,9 @@
...
@@ -280,6 +283,9 @@
"symfony/doctrine-bridge": {
"symfony/doctrine-bridge": {
"version": "v4.4.16"
"version": "v4.4.16"
},
},
"symfony/doctrine-messenger": {
"version": "v5.3.10"
},
"symfony/dom-crawler": {
"symfony/dom-crawler": {
"version": "v4.4.19"
"version": "v4.4.19"
},
},
...
@@ -351,6 +357,18 @@
...
@@ -351,6 +357,18 @@
"symfony/inflector": {
"symfony/inflector": {
"version": "v4.4.16"
"version": "v4.4.16"
},
},
"symfony/messenger": {
"version": "5.3",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "4.3",
"ref": "25e3c964d3aee480b3acc3114ffb7940c89edfed"
},
"files": [
"config/packages/messenger.yaml"
]
},
"symfony/mime": {
"symfony/mime": {
"version": "v4.4.16"
"version": "v4.4.16"
},
},
...
@@ -429,6 +447,9 @@
...
@@ -429,6 +447,9 @@
"symfony/property-info": {
"symfony/property-info": {
"version": "v5.3.4"
"version": "v5.3.4"
},
},
"symfony/redis-messenger": {
"version": "v5.3.10"
},
"symfony/routing": {
"symfony/routing": {
"version": "4.2",
"version": "4.2",
"recipe": {
"recipe": {
...
...
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