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

Update deps

parent 29fa400d
No related branches found
No related tags found
No related merge requests found
Pipeline #17102 passed
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
$finder = PhpCsFixer\Finder::create() $finder = PhpCsFixer\Finder::create()
->in(__DIR__) ->in(__DIR__)
->exclude('var') ->exclude('var')
->exclude('bundles')
; ;
return PhpCsFixer\Config::create() return PhpCsFixer\Config::create()
...@@ -12,6 +11,8 @@ return PhpCsFixer\Config::create() ...@@ -12,6 +11,8 @@ return PhpCsFixer\Config::create()
'@PHP70Migration' => true, '@PHP70Migration' => true,
'@PHP71Migration' => true, '@PHP71Migration' => true,
'@PHP73Migration' => true, '@PHP73Migration' => true,
'@DoctrineAnnotation' => true,
'doctrine_annotation_array_assignment' => ['operator' => '='],
'array_syntax' => ['syntax' => 'short'], 'array_syntax' => ['syntax' => 'short'],
'yoda_style' => false, 'yoda_style' => false,
'strict_comparison' => true, 'strict_comparison' => true,
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
"require": { "require": {
"php": "^7.3", "php": "^7.3",
"api-platform/core": "<2.6", "api-platform/core": "<2.6",
"dbp/api-core-bundle": "@dev", "dbp/api-core-bundle": "dev-main",
"dbp/api-starter-bundle": "@dev", "dbp/api-starter-bundle": "dev-main",
"symfony/apache-pack": "^1.0", "symfony/apache-pack": "^1.0",
"symfony/console": "^4.4", "symfony/console": "^4.4",
"symfony/dotenv": "^4.4", "symfony/dotenv": "^4.4",
......
...@@ -4,73 +4,8 @@ ...@@ -4,73 +4,8 @@
"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": "73e463d077be545cbe07ef6decd7824c", "content-hash": "591c99b8515b0ce8c9968d4e3d7bf69c",
"packages": [ "packages": [
{
"name": "adldap2/adldap2",
"version": "v10.3.1",
"source": {
"type": "git",
"url": "https://github.com/Adldap2/Adldap2.git",
"reference": "936a4e2eb925d005198f716a75bb78068c4de94d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Adldap2/Adldap2/zipball/936a4e2eb925d005198f716a75bb78068c4de94d",
"reference": "936a4e2eb925d005198f716a75bb78068c4de94d",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-ldap": "*",
"illuminate/contracts": "~5.0|~6.0|~7.0|~8.0",
"php": ">=7.0",
"psr/log": "~1.0",
"psr/simple-cache": "~1.0",
"tightenco/collect": "~5.0|~6.0|~7.0|~8.0"
},
"require-dev": {
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~6.0|~7.0|~8.0"
},
"suggest": {
"ext-fileinfo": "fileinfo is required when retrieving user encoded thumbnails"
},
"type": "library",
"autoload": {
"psr-4": {
"Adldap\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Steve Bauman",
"email": "steven_bauman@outlook.com",
"role": "Developer"
}
],
"description": "A PHP LDAP Package for humans.",
"keywords": [
"active directory",
"ad",
"adLDAP",
"adldap2",
"directory",
"ldap",
"windows"
],
"support": {
"docs": "https://github.com/Adldap2/Adldap2/blob/master/readme.md",
"email": "steven_bauman@outlook.com",
"issues": "https://github.com/Adldap2/Adldap2/issues",
"source": "https://github.com/Adldap2/Adldap2"
},
"time": "2020-09-09T12:55:51+00:00"
},
{ {
"name": "api-platform/core", "name": "api-platform/core",
"version": "v2.5.10", "version": "v2.5.10",
...@@ -289,16 +224,14 @@ ...@@ -289,16 +224,14 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "git@gitlab.tugraz.at:dbp/middleware/dbp-api/api-core-bundle.git", "url": "git@gitlab.tugraz.at:dbp/middleware/dbp-api/api-core-bundle.git",
"reference": "531f0d230f2bd263c3129c1a227cfe078bd7e3f7" "reference": "db2c221338c234b762192da66bf9d9f33b4e2662"
}, },
"require": { "require": {
"adldap2/adldap2": "^10.0", "api-platform/core": "<2.6",
"api-platform/core": "^2.5",
"doctrine/annotations": "^1.0", "doctrine/annotations": "^1.0",
"ext-simplexml": "*", "ext-json": "*",
"guzzlehttp/guzzle": "^7.0", "guzzlehttp/guzzle": "^7.0",
"kevinrob/guzzle-cache-middleware": "^3.3", "kevinrob/guzzle-cache-middleware": "^3.3",
"league/uri": "^6.3",
"monolog/monolog": "^1.4||^2.1", "monolog/monolog": "^1.4||^2.1",
"nelmio/cors-bundle": "^2.1.0", "nelmio/cors-bundle": "^2.1.0",
"php": "^7.3", "php": "^7.3",
...@@ -367,7 +300,7 @@ ...@@ -367,7 +300,7 @@
"license": [ "license": [
"AGPL-3.0-or-later" "AGPL-3.0-or-later"
], ],
"time": "2021-02-15T09:58:39+00:00" "time": "2021-02-22T10:43:38+00:00"
}, },
{ {
"name": "dbp/api-starter-bundle", "name": "dbp/api-starter-bundle",
...@@ -375,11 +308,11 @@ ...@@ -375,11 +308,11 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "git@gitlab.tugraz.at:dbp/middleware/dbp-api/api-starter-bundle.git", "url": "git@gitlab.tugraz.at:dbp/middleware/dbp-api/api-starter-bundle.git",
"reference": "20ea844d6721138376968ad878e86e800c580a57" "reference": "a953e2ae42154c9762d582ea3d2a0e8615b8a890"
}, },
"require": { "require": {
"api-platform/core": "^2.5", "api-platform/core": "^2.5",
"dbp/api-core-bundle": "@dev", "dbp/api-core-bundle": "dev-main",
"php": "^7.3", "php": "^7.3",
"symfony/framework-bundle": "^4.1.12" "symfony/framework-bundle": "^4.1.12"
}, },
...@@ -432,20 +365,20 @@ ...@@ -432,20 +365,20 @@
"license": [ "license": [
"AGPL-3.0-or-later" "AGPL-3.0-or-later"
], ],
"time": "2021-02-15T10:15:13+00:00" "time": "2021-02-22T12:41:27+00:00"
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
"version": "1.11.1", "version": "1.12.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/annotations.git", "url": "https://github.com/doctrine/annotations.git",
"reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad" "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/ce77a7ba1770462cd705a91a151b6c3746f9c6ad", "url": "https://api.github.com/repos/doctrine/annotations/zipball/b17c5014ef81d212ac539f07a1001832df1b6d3b",
"reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad", "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -460,11 +393,6 @@ ...@@ -460,11 +393,6 @@
"phpunit/phpunit": "^7.5 || ^9.1.5" "phpunit/phpunit": "^7.5 || ^9.1.5"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.11.x-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
...@@ -505,9 +433,9 @@ ...@@ -505,9 +433,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/annotations/issues", "issues": "https://github.com/doctrine/annotations/issues",
"source": "https://github.com/doctrine/annotations/tree/1.11.1" "source": "https://github.com/doctrine/annotations/tree/1.12.1"
}, },
"time": "2020-10-26T10:28:16+00:00" "time": "2021-02-21T21:00:45+00:00"
}, },
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
...@@ -1052,54 +980,6 @@ ...@@ -1052,54 +980,6 @@
}, },
"time": "2020-09-30T07:37:11+00:00" "time": "2020-09-30T07:37:11+00:00"
}, },
{
"name": "illuminate/contracts",
"version": "v8.27.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
"reference": "b91459a9a0bd0de204c3cae6859ebd02dbcee6c6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/contracts/zipball/b91459a9a0bd0de204c3cae6859ebd02dbcee6c6",
"reference": "b91459a9a0bd0de204c3cae6859ebd02dbcee6c6",
"shasum": ""
},
"require": {
"php": "^7.3|^8.0",
"psr/container": "^1.0",
"psr/simple-cache": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
}
},
"autoload": {
"psr-4": {
"Illuminate\\Contracts\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Contracts package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2021-01-20T14:18:13+00:00"
},
{ {
"name": "kevinrob/guzzle-cache-middleware", "name": "kevinrob/guzzle-cache-middleware",
"version": "v3.3.1", "version": "v3.3.1",
...@@ -1182,168 +1062,6 @@ ...@@ -1182,168 +1062,6 @@
}, },
"time": "2020-02-14T11:17:02+00:00" "time": "2020-02-14T11:17:02+00:00"
}, },
{
"name": "league/uri",
"version": "6.4.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri.git",
"reference": "09da64118eaf4c5d52f9923a1e6a5be1da52fd9a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri/zipball/09da64118eaf4c5d52f9923a1e6a5be1da52fd9a",
"reference": "09da64118eaf4c5d52f9923a1e6a5be1da52fd9a",
"shasum": ""
},
"require": {
"ext-json": "*",
"league/uri-interfaces": "^2.1",
"php": ">=7.2",
"psr/http-message": "^1.0"
},
"conflict": {
"league/uri-schemes": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^8.0 || ^9.0",
"psr/http-factory": "^1.0"
},
"suggest": {
"ext-fileinfo": "Needed to create Data URI from a filepath",
"ext-intl": "Needed to improve host validation",
"league/uri-components": "Needed to easily manipulate URI objects",
"psr/http-factory": "Needed to use the URI factory"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Uri\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
"description": "URI manipulation library",
"homepage": "http://uri.thephpleague.com",
"keywords": [
"data-uri",
"file-uri",
"ftp",
"hostname",
"http",
"https",
"middleware",
"parse_str",
"parse_url",
"psr-7",
"query-string",
"querystring",
"rfc3986",
"rfc3987",
"rfc6570",
"uri",
"uri-template",
"url",
"ws"
],
"support": {
"docs": "https://uri.thephpleague.com",
"forum": "https://thephpleague.slack.com",
"issues": "https://github.com/thephpleague/uri/issues",
"source": "https://github.com/thephpleague/uri/tree/6.4.0"
},
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
"time": "2020-11-22T14:29:11+00:00"
},
{
"name": "league/uri-interfaces",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri-interfaces.git",
"reference": "667f150e589d65d79c89ffe662e426704f84224f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/667f150e589d65d79c89ffe662e426704f84224f",
"reference": "667f150e589d65d79c89ffe662e426704f84224f",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.1 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Uri\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
"description": "Common interface for URI representation",
"homepage": "http://github.com/thephpleague/uri-interfaces",
"keywords": [
"rfc3986",
"rfc3987",
"uri",
"url"
],
"support": {
"issues": "https://github.com/thephpleague/uri-interfaces/issues",
"source": "https://github.com/thephpleague/uri-interfaces/tree/2.2.0"
},
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
"time": "2020-10-31T13:45:51+00:00"
},
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
"version": "1.26.0", "version": "1.26.0",
...@@ -1958,57 +1676,6 @@ ...@@ -1958,57 +1676,6 @@
}, },
"time": "2020-03-23T09:12:05+00:00" "time": "2020-03-23T09:12:05+00:00"
}, },
{
"name": "psr/simple-cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"support": {
"source": "https://github.com/php-fig/simple-cache/tree/master"
},
"time": "2017-10-23T01:57:42+00:00"
},
{ {
"name": "ralouphie/getallheaders", "name": "ralouphie/getallheaders",
"version": "3.0.3", "version": "3.0.3",
...@@ -3191,16 +2858,16 @@ ...@@ -3191,16 +2858,16 @@
}, },
{ {
"name": "symfony/flex", "name": "symfony/flex",
"version": "v1.12.1", "version": "v1.12.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/flex.git", "url": "https://github.com/symfony/flex.git",
"reference": "394f3e4dc03ea2a5448aeedc9658c8b596b1d39f" "reference": "e472606b4b3173564f0edbca8f5d32b52fc4f2c9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/flex/zipball/394f3e4dc03ea2a5448aeedc9658c8b596b1d39f", "url": "https://api.github.com/repos/symfony/flex/zipball/e472606b4b3173564f0edbca8f5d32b52fc4f2c9",
"reference": "394f3e4dc03ea2a5448aeedc9658c8b596b1d39f", "reference": "e472606b4b3173564f0edbca8f5d32b52fc4f2c9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3217,7 +2884,7 @@ ...@@ -3217,7 +2884,7 @@
"type": "composer-plugin", "type": "composer-plugin",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.9-dev" "dev-main": "1.12-dev"
}, },
"class": "Symfony\\Flex\\Flex" "class": "Symfony\\Flex\\Flex"
}, },
...@@ -3239,7 +2906,7 @@ ...@@ -3239,7 +2906,7 @@
"description": "Composer plugin for Symfony", "description": "Composer plugin for Symfony",
"support": { "support": {
"issues": "https://github.com/symfony/flex/issues", "issues": "https://github.com/symfony/flex/issues",
"source": "https://github.com/symfony/flex/tree/v1.12.1" "source": "https://github.com/symfony/flex/tree/v1.12.2"
}, },
"funding": [ "funding": [
{ {
...@@ -3255,7 +2922,7 @@ ...@@ -3255,7 +2922,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-02-02T16:29:45+00:00" "time": "2021-02-16T14:05:05+00:00"
}, },
{ {
"name": "symfony/framework-bundle", "name": "symfony/framework-bundle",
...@@ -3958,16 +3625,16 @@ ...@@ -3958,16 +3625,16 @@
}, },
{ {
"name": "symfony/polyfill-intl-idn", "name": "symfony/polyfill-intl-idn",
"version": "v1.22.0", "version": "v1.22.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git", "url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44" "reference": "2d63434d922daf7da8dd863e7907e67ee3031483"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44", "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/2d63434d922daf7da8dd863e7907e67ee3031483",
"reference": "0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44", "reference": "2d63434d922daf7da8dd863e7907e67ee3031483",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4025,7 +3692,7 @@ ...@@ -4025,7 +3692,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.0" "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.1"
}, },
"funding": [ "funding": [
{ {
...@@ -4041,20 +3708,20 @@ ...@@ -4041,20 +3708,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-07T16:49:33+00:00" "time": "2021-01-22T09:19:47+00:00"
}, },
{ {
"name": "symfony/polyfill-intl-normalizer", "name": "symfony/polyfill-intl-normalizer",
"version": "v1.22.0", "version": "v1.22.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "6e971c891537eb617a00bb07a43d182a6915faba" "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/6e971c891537eb617a00bb07a43d182a6915faba", "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248",
"reference": "6e971c891537eb617a00bb07a43d182a6915faba", "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4109,7 +3776,7 @@ ...@@ -4109,7 +3776,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.0" "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.1"
}, },
"funding": [ "funding": [
{ {
...@@ -4125,20 +3792,20 @@ ...@@ -4125,20 +3792,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-07T17:09:11+00:00" "time": "2021-01-22T09:19:47+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.22.0", "version": "v1.22.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13" "reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f377a3dd1fde44d37b9831d68dc8dea3ffd28e13", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
"reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13", "reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4189,7 +3856,7 @@ ...@@ -4189,7 +3856,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1"
}, },
"funding": [ "funding": [
{ {
...@@ -4205,11 +3872,11 @@ ...@@ -4205,11 +3872,11 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-07T16:49:33+00:00" "time": "2021-01-22T09:19:47+00:00"
}, },
{ {
"name": "symfony/polyfill-php72", "name": "symfony/polyfill-php72",
"version": "v1.22.0", "version": "v1.22.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php72.git", "url": "https://github.com/symfony/polyfill-php72.git",
...@@ -4265,7 +3932,7 @@ ...@@ -4265,7 +3932,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-php72/tree/v1.22.0" "source": "https://github.com/symfony/polyfill-php72/tree/v1.22.1"
}, },
"funding": [ "funding": [
{ {
...@@ -4285,7 +3952,7 @@ ...@@ -4285,7 +3952,7 @@
}, },
{ {
"name": "symfony/polyfill-php73", "name": "symfony/polyfill-php73",
"version": "v1.22.0", "version": "v1.22.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php73.git", "url": "https://github.com/symfony/polyfill-php73.git",
...@@ -4344,7 +4011,7 @@ ...@@ -4344,7 +4011,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-php73/tree/v1.22.0" "source": "https://github.com/symfony/polyfill-php73/tree/v1.22.1"
}, },
"funding": [ "funding": [
{ {
...@@ -4364,7 +4031,7 @@ ...@@ -4364,7 +4031,7 @@
}, },
{ {
"name": "symfony/polyfill-php80", "name": "symfony/polyfill-php80",
"version": "v1.22.0", "version": "v1.22.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php80.git", "url": "https://github.com/symfony/polyfill-php80.git",
...@@ -4427,7 +4094,7 @@ ...@@ -4427,7 +4094,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.22.0" "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1"
}, },
"funding": [ "funding": [
{ {
...@@ -5975,60 +5642,6 @@ ...@@ -5975,60 +5642,6 @@
], ],
"time": "2021-01-27T09:09:26+00:00" "time": "2021-01-27T09:09:26+00:00"
}, },
{
"name": "tightenco/collect",
"version": "v8.19.0",
"source": {
"type": "git",
"url": "https://github.com/tighten/collect.git",
"reference": "0c0243a0dc0b66f54d0ec409f36cd9889665b132"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tighten/collect/zipball/0c0243a0dc0b66f54d0ec409f36cd9889665b132",
"reference": "0c0243a0dc0b66f54d0ec409f36cd9889665b132",
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
"symfony/var-dumper": "^3.4 || ^4.0 || ^5.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"nesbot/carbon": "^2.23.0",
"phpunit/phpunit": "^8.3"
},
"type": "library",
"autoload": {
"files": [
"src/Collect/Support/helpers.php",
"src/Collect/Support/alias.php"
],
"psr-4": {
"Tightenco\\Collect\\": "src/Collect"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
"description": "Collect - Illuminate Collections as a separate package.",
"keywords": [
"collection",
"laravel"
],
"support": {
"issues": "https://github.com/tighten/collect/issues",
"source": "https://github.com/tighten/collect/tree/v8.19.0"
},
"time": "2020-12-19T00:06:29+00:00"
},
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v3.3.0", "version": "v3.3.0",
...@@ -7509,16 +7122,16 @@ ...@@ -7509,16 +7122,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "0.12.76", "version": "0.12.78",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "7aaaf9a759a29795e8f46d48041af1c1f1b23d38" "reference": "eecce8d2ee3cac6769f37b4cb1998b2715f82984"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/7aaaf9a759a29795e8f46d48041af1c1f1b23d38", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/eecce8d2ee3cac6769f37b4cb1998b2715f82984",
"reference": "7aaaf9a759a29795e8f46d48041af1c1f1b23d38", "reference": "eecce8d2ee3cac6769f37b4cb1998b2715f82984",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7549,7 +7162,7 @@ ...@@ -7549,7 +7162,7 @@
"description": "PHPStan - PHP Static Analysis Tool", "description": "PHPStan - PHP Static Analysis Tool",
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan/issues", "issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/0.12.76" "source": "https://github.com/phpstan/phpstan/tree/0.12.78"
}, },
"funding": [ "funding": [
{ {
...@@ -7565,7 +7178,7 @@ ...@@ -7565,7 +7178,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-02-13T11:47:44+00:00" "time": "2021-02-20T13:24:36+00:00"
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",
...@@ -8457,16 +8070,16 @@ ...@@ -8457,16 +8070,16 @@
}, },
{ {
"name": "vimeo/psalm", "name": "vimeo/psalm",
"version": "4.5.2", "version": "4.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/vimeo/psalm.git", "url": "https://github.com/vimeo/psalm.git",
"reference": "15a9eece1305fd26eb1336a78e5a2ee7a4b36214" "reference": "e93e532e4eaad6d68c4d7b606853800eaceccc72"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/vimeo/psalm/zipball/15a9eece1305fd26eb1336a78e5a2ee7a4b36214", "url": "https://api.github.com/repos/vimeo/psalm/zipball/e93e532e4eaad6d68c4d7b606853800eaceccc72",
"reference": "15a9eece1305fd26eb1336a78e5a2ee7a4b36214", "reference": "e93e532e4eaad6d68c4d7b606853800eaceccc72",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -8484,7 +8097,7 @@ ...@@ -8484,7 +8097,7 @@
"ext-tokenizer": "*", "ext-tokenizer": "*",
"felixfbecker/advanced-json-rpc": "^3.0.3", "felixfbecker/advanced-json-rpc": "^3.0.3",
"felixfbecker/language-server-protocol": "^1.4", "felixfbecker/language-server-protocol": "^1.4",
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0", "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
"nikic/php-parser": "^4.10.1", "nikic/php-parser": "^4.10.1",
"openlss/lib-array2xml": "^1.0", "openlss/lib-array2xml": "^1.0",
"php": "^7.1|^8", "php": "^7.1|^8",
...@@ -8556,9 +8169,9 @@ ...@@ -8556,9 +8169,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/vimeo/psalm/issues", "issues": "https://github.com/vimeo/psalm/issues",
"source": "https://github.com/vimeo/psalm/tree/4.5.2" "source": "https://github.com/vimeo/psalm/tree/4.6.1"
}, },
"time": "2021-02-13T21:45:13+00:00" "time": "2021-02-17T21:54:11+00:00"
}, },
{ {
"name": "webmozart/path-util", "name": "webmozart/path-util",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment