Update project dependencies

This commit is contained in:
Björn Fromme
2022-04-27 08:15:50 +02:00
parent 03cdcd73ee
commit c21c24a256
Generated
+18 -12
View File
@@ -8,16 +8,16 @@
"packages": [ "packages": [
{ {
"name": "b13/container", "name": "b13/container",
"version": "1.5.0", "version": "1.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/b13/container.git", "url": "https://github.com/b13/container.git",
"reference": "d96fdb58e5c4727b354b7165e836a87c7f888721" "reference": "7b4ea2cc0d287ffae8acef99610b79517571b054"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/b13/container/zipball/d96fdb58e5c4727b354b7165e836a87c7f888721", "url": "https://api.github.com/repos/b13/container/zipball/7b4ea2cc0d287ffae8acef99610b79517571b054",
"reference": "d96fdb58e5c4727b354b7165e836a87c7f888721", "reference": "7b4ea2cc0d287ffae8acef99610b79517571b054",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -63,9 +63,9 @@
"homepage": "https://b13.com", "homepage": "https://b13.com",
"support": { "support": {
"issues": "https://github.com/b13/container/issues", "issues": "https://github.com/b13/container/issues",
"source": "https://github.com/b13/container/tree/1.5.0" "source": "https://github.com/b13/container/tree/1.6.0"
}, },
"time": "2022-02-03T16:02:44+00:00" "time": "2022-04-19T08:27:22+00:00"
}, },
{ {
"name": "christophlehmann/imageoptimizer", "name": "christophlehmann/imageoptimizer",
@@ -943,16 +943,16 @@
}, },
{ {
"name": "gridelementsteam/gridelements", "name": "gridelementsteam/gridelements",
"version": "10.2.0", "version": "10.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://gitlab.com/coderscare/gridelements.git", "url": "https://gitlab.com/coderscare/gridelements.git",
"reference": "5a67ec603c3b4b38fb16344cfe3c2f2606b21c38" "reference": "aa2ba9e1fb3a0946c40d9cdb3ac356df13357940"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://gitlab.com/api/v4/projects/coderscare%2Fgridelements/repository/archive.zip?sha=5a67ec603c3b4b38fb16344cfe3c2f2606b21c38", "url": "https://gitlab.com/api/v4/projects/coderscare%2Fgridelements/repository/archive.zip?sha=aa2ba9e1fb3a0946c40d9cdb3ac356df13357940",
"reference": "5a67ec603c3b4b38fb16344cfe3c2f2606b21c38", "reference": "aa2ba9e1fb3a0946c40d9cdb3ac356df13357940",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -964,6 +964,11 @@
"replace": { "replace": {
"typo3-ter/gridelements": "self.version" "typo3-ter/gridelements": "self.version"
}, },
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.1.0",
"friendsoftypo3/phpstan-typo3": "^0.8.1",
"phpstan/phpstan": "^0.12.99"
},
"type": "typo3-cms-extension", "type": "typo3-cms-extension",
"extra": { "extra": {
"typo3/cms": { "typo3/cms": {
@@ -987,9 +992,10 @@
"grids" "grids"
], ],
"support": { "support": {
"issues": "https://forge.typo3.org/projects/extension-gridelements2/issues" "issues": "https://forge.typo3.org/projects/extension-gridelements2/issues",
"source": "https://gitlab.com/coderscare/gridelements/-/tree/10.4.2"
}, },
"time": "2021-07-01T20:21:39+00:00" "time": "2022-04-26T15:05:21+00:00"
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",