diff --git a/composer.lock b/composer.lock index be48267..e46e411 100644 --- a/composer.lock +++ b/composer.lock @@ -91,33 +91,32 @@ }, { "name": "contributte/application", - "version": "v0.5.1", + "version": "v0.5.2", "source": { "type": "git", "url": "https://github.com/contributte/application.git", - "reference": "2579ab2bc3b7c95ae32a2e664ac9a8cc038777f9" + "reference": "f5f8637bd54eacd1cc45792f23bb8831873ddb35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/contributte/application/zipball/2579ab2bc3b7c95ae32a2e664ac9a8cc038777f9", - "reference": "2579ab2bc3b7c95ae32a2e664ac9a8cc038777f9", + "url": "https://api.github.com/repos/contributte/application/zipball/f5f8637bd54eacd1cc45792f23bb8831873ddb35", + "reference": "f5f8637bd54eacd1cc45792f23bb8831873ddb35", "shasum": "" }, "require": { - "nette/application": "^3.0.0", + "nette/application": "^3.0.0 || ^4.0", "php": ">=7.2" }, "require-dev": { - "nette/http": "~2.4.8 || ~3.0.0", + "nette/http": "~2.4.8 || ^3.0.0", "ninjify/nunjuck": "^0.3.0", - "ninjify/qa": "^0.9.0", - "phpstan/extension-installer": "^1.0", - "phpstan/phpstan-deprecation-rules": "^0.11.0", - "phpstan/phpstan-nette": "^0.11.1", - "phpstan/phpstan-shim": "^0.11.2", - "phpstan/phpstan-strict-rules": "^0.11.0", + "ninjify/qa": "^0.13.0", + "phpstan/phpstan": "^1.0", + "phpstan/phpstan-deprecation-rules": "^1.0", + "phpstan/phpstan-nette": "^1.0", + "phpstan/phpstan-strict-rules": "^1.0", "psr/http-message": "~1.0.1", - "tracy/tracy": "~2.6.1" + "tracy/tracy": "~2.9.1" }, "type": "library", "extra": { @@ -151,7 +150,7 @@ ], "support": { "issues": "https://github.com/contributte/application/issues", - "source": "https://github.com/contributte/application/tree/v0.5.1" + "source": "https://github.com/contributte/application/tree/v0.5.2" }, "funding": [ { @@ -163,7 +162,7 @@ "type": "github" } ], - "time": "2021-03-10T21:48:30+00:00" + "time": "2023-09-27T20:32:37+00:00" }, { "name": "contributte/bootstrap", @@ -987,27 +986,27 @@ }, { "name": "nette/application", - "version": "v3.1.8", + "version": "v3.1.13", "source": { "type": "git", "url": "https://github.com/nette/application.git", - "reference": "84cca12ef6869ffd8cd783d2ada765b9d5460e8e" + "reference": "83f5144840a1aa38eb7bae58ce58a9d0c5f10177" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/application/zipball/84cca12ef6869ffd8cd783d2ada765b9d5460e8e", - "reference": "84cca12ef6869ffd8cd783d2ada765b9d5460e8e", + "url": "https://api.github.com/repos/nette/application/zipball/83f5144840a1aa38eb7bae58ce58a9d0c5f10177", + "reference": "83f5144840a1aa38eb7bae58ce58a9d0c5f10177", "shasum": "" }, "require": { "nette/component-model": "^3.0", "nette/http": "^3.0.2", "nette/routing": "^3.0.2", - "nette/utils": "^3.2.1", + "nette/utils": "^3.2.1 || ~4.0.0", "php": ">=7.2" }, "conflict": { - "latte/latte": "<2.7.1 || >=3.1 || =3.0.0", + "latte/latte": "<2.7.1 || >=3.0.0 <3.0.8 || >=3.1", "nette/caching": "<3.1", "nette/di": "<3.0.7", "nette/forms": "<3.0", @@ -1015,6 +1014,7 @@ "tracy/tracy": "<2.5" }, "require-dev": { + "jetbrains/phpstorm-attributes": "dev-master", "latte/latte": "^2.10.2 || ^3.0.3", "mockery/mockery": "^1.0", "nette/di": "^v3.0", @@ -1072,9 +1072,9 @@ ], "support": { "issues": "https://github.com/nette/application/issues", - "source": "https://github.com/nette/application/tree/v3.1.8" + "source": "https://github.com/nette/application/tree/v3.1.13" }, - "time": "2022-11-28T00:04:47+00:00" + "time": "2023-08-27T10:38:40+00:00" }, { "name": "nette/bootstrap", @@ -1230,20 +1230,20 @@ }, { "name": "nette/component-model", - "version": "v3.0.2", + "version": "v3.0.3", "source": { "type": "git", "url": "https://github.com/nette/component-model.git", - "reference": "20a39df12009029c7e425bc5e0439ee4ab5304af" + "reference": "9d97c0e1916bbf8e306283ab187834501fd4b1f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/component-model/zipball/20a39df12009029c7e425bc5e0439ee4ab5304af", - "reference": "20a39df12009029c7e425bc5e0439ee4ab5304af", + "url": "https://api.github.com/repos/nette/component-model/zipball/9d97c0e1916bbf8e306283ab187834501fd4b1f5", + "reference": "9d97c0e1916bbf8e306283ab187834501fd4b1f5", "shasum": "" }, "require": { - "nette/utils": "^2.5 || ^3.0", + "nette/utils": "^2.5 || ^3.0 || ~4.0.0", "php": ">=7.1" }, "require-dev": { @@ -1286,9 +1286,9 @@ ], "support": { "issues": "https://github.com/nette/component-model/issues", - "source": "https://github.com/nette/component-model/tree/v3.0.2" + "source": "https://github.com/nette/component-model/tree/v3.0.3" }, - "time": "2021-08-25T14:52:12+00:00" + "time": "2023-01-09T20:16:05+00:00" }, { "name": "nette/di", @@ -1431,16 +1431,16 @@ }, { "name": "nette/http", - "version": "v3.2.1", + "version": "v3.2.2", "source": { "type": "git", "url": "https://github.com/nette/http.git", - "reference": "0e16cd4f911665679b96bf569318a0dc7f087eda" + "reference": "9105c26de3dd47da5e7cf6b4132b5d871f835e25" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/http/zipball/0e16cd4f911665679b96bf569318a0dc7f087eda", - "reference": "0e16cd4f911665679b96bf569318a0dc7f087eda", + "url": "https://api.github.com/repos/nette/http/zipball/9105c26de3dd47da5e7cf6b4132b5d871f835e25", + "reference": "9105c26de3dd47da5e7cf6b4132b5d871f835e25", "shasum": "" }, "require": { @@ -1503,9 +1503,9 @@ ], "support": { "issues": "https://github.com/nette/http/issues", - "source": "https://github.com/nette/http/tree/v3.2.1" + "source": "https://github.com/nette/http/tree/v3.2.2" }, - "time": "2022-12-05T00:03:40+00:00" + "time": "2023-03-18T14:55:56+00:00" }, { "name": "nette/neon", @@ -1713,21 +1713,21 @@ }, { "name": "nette/routing", - "version": "v3.0.3", + "version": "v3.0.4", "source": { "type": "git", "url": "https://github.com/nette/routing.git", - "reference": "5e02bdde257029db0223d3291c281d913abd587f" + "reference": "eaefe6375303799366f3e43977daaf33f5f89b95" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/routing/zipball/5e02bdde257029db0223d3291c281d913abd587f", - "reference": "5e02bdde257029db0223d3291c281d913abd587f", + "url": "https://api.github.com/repos/nette/routing/zipball/eaefe6375303799366f3e43977daaf33f5f89b95", + "reference": "eaefe6375303799366f3e43977daaf33f5f89b95", "shasum": "" }, "require": { - "nette/http": "^3.0", - "nette/utils": "^3.0", + "nette/http": "^3.0 || ~4.0.0", + "nette/utils": "^3.0 || ~4.0.0", "php": ">=7.1" }, "require-dev": { @@ -1769,9 +1769,9 @@ ], "support": { "issues": "https://github.com/nette/routing/issues", - "source": "https://github.com/nette/routing/tree/v3.0.3" + "source": "https://github.com/nette/routing/tree/v3.0.4" }, - "time": "2022-04-16T23:08:16+00:00" + "time": "2023-01-18T04:58:41+00:00" }, { "name": "nette/schema",