Skip to content

Commit

Permalink
Bump doctrine/event-manager from 1.1.0 to 1.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Jan 2, 2021
1 parent f892f6d commit a355224
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 24 deletions.
30 changes: 24 additions & 6 deletions composer.lock

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

10 changes: 5 additions & 5 deletions composer/InstalledVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => '225c51509edf9ab3557ce109c3762731e7863e10',
'reference' => '3ef1e39eacdf85047a98074a26bea1373366dd60',
'name' => 'nextcloud/3rdparty',
),
'versions' =>
Expand Down Expand Up @@ -108,12 +108,12 @@ class InstalledVersions
),
'doctrine/event-manager' =>
array (
'pretty_version' => '1.1.0',
'version' => '1.1.0.0',
'pretty_version' => '1.1.1',
'version' => '1.1.1.0',
'aliases' =>
array (
),
'reference' => '629572819973f13486371cb611386eb17851e85c',
'reference' => '41370af6a30faa9dc0368c4a6814d596e81aba7f',
),
'doctrine/lexer' =>
array (
Expand Down Expand Up @@ -284,7 +284,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => '225c51509edf9ab3557ce109c3762731e7863e10',
'reference' => '3ef1e39eacdf85047a98074a26bea1373366dd60',
),
'nextcloud/lognormalizer' =>
array (
Expand Down
32 changes: 25 additions & 7 deletions composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,21 +552,21 @@
},
{
"name": "doctrine/event-manager",
"version": "1.1.0",
"version_normalized": "1.1.0.0",
"version": "1.1.1",
"version_normalized": "1.1.1.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
"reference": "629572819973f13486371cb611386eb17851e85c"
"reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
"reference": "629572819973f13486371cb611386eb17851e85c",
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
"reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
"shasum": ""
},
"require": {
"php": "^7.1"
"php": "^7.1 || ^8.0"
},
"conflict": {
"doctrine/common": "<2.9@dev"
Expand All @@ -575,7 +575,7 @@
"doctrine/coding-standard": "^6.0",
"phpunit/phpunit": "^7.0"
},
"time": "2019-11-10T09:48:07+00:00",
"time": "2020-05-29T18:28:51+00:00",
"type": "library",
"extra": {
"branch-alias": {
Expand Down Expand Up @@ -627,6 +627,24 @@
"event system",
"events"
],
"support": {
"issues": "https://github.com/doctrine/event-manager/issues",
"source": "https://github.com/doctrine/event-manager/tree/1.1.x"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
"type": "tidelift"
}
],
"install-path": "../doctrine/event-manager"
},
{
Expand Down
10 changes: 5 additions & 5 deletions composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'aliases' =>
array (
),
'reference' => '225c51509edf9ab3557ce109c3762731e7863e10',
'reference' => '3ef1e39eacdf85047a98074a26bea1373366dd60',
'name' => 'nextcloud/3rdparty',
),
'versions' =>
Expand Down Expand Up @@ -85,12 +85,12 @@
),
'doctrine/event-manager' =>
array (
'pretty_version' => '1.1.0',
'version' => '1.1.0.0',
'pretty_version' => '1.1.1',
'version' => '1.1.1.0',
'aliases' =>
array (
),
'reference' => '629572819973f13486371cb611386eb17851e85c',
'reference' => '41370af6a30faa9dc0368c4a6814d596e81aba7f',
),
'doctrine/lexer' =>
array (
Expand Down Expand Up @@ -261,7 +261,7 @@
'aliases' =>
array (
),
'reference' => '225c51509edf9ab3557ce109c3762731e7863e10',
'reference' => '3ef1e39eacdf85047a98074a26bea1373366dd60',
),
'nextcloud/lognormalizer' =>
array (
Expand Down
2 changes: 1 addition & 1 deletion doctrine/event-manager/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{"name": "Marco Pivetta", "email": "[email protected]"}
],
"require": {
"php": "^7.1"
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
Expand Down

0 comments on commit a355224

Please sign in to comment.