Nette 3.0 fixes

This commit is contained in:
2022-01-23 21:31:02 +01:00
parent 9b57474dee
commit 431961ed8f
10 changed files with 249 additions and 29 deletions

147
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "c8eeafe21edd871737d5947f6972f640",
"content-hash": "67e07b326406b0442c4d943d193336b5",
"packages": [
{
"name": "aleswita/visualpaginator",
@@ -1201,6 +1201,74 @@
},
"time": "2020-12-20T15:17:11+00:00"
},
{
"name": "contributte/nextras-orm-query-object",
"version": "v0.5.0",
"source": {
"type": "git",
"url": "https://github.com/contributte/nextras-orm-query-object.git",
"reference": "6b19a11fed7d8b5fdaf07665096a99231f1051a5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/contributte/nextras-orm-query-object/zipball/6b19a11fed7d8b5fdaf07665096a99231f1051a5",
"reference": "6b19a11fed7d8b5fdaf07665096a99231f1051a5",
"shasum": ""
},
"require": {
"nextras/dbal": "^4.0.0",
"php": ">=7.2"
},
"require-dev": {
"mockery/mockery": "^1.3.0",
"nette/di": "^3.0.1",
"nextras/orm": "^4.0.0",
"ninjify/nunjuck": "^0.4",
"ninjify/qa": "^0.13",
"phpstan/phpstan": "^1.0.0",
"phpstan/phpstan-deprecation-rules": "^1.0.0",
"phpstan/phpstan-nette": "^1.0.0",
"phpstan/phpstan-strict-rules": "^1.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.5.x-dev"
}
},
"autoload": {
"psr-4": {
"Contributte\\Nextras\\Orm\\QueryObject\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Milan Felix Šulc",
"homepage": "https://f3l1x.io"
}
],
"description": "QueryObjects for Nextras ORM",
"homepage": "https://github.com/contributte/nextras-orm-query-object",
"support": {
"issues": "https://github.com/contributte/nextras-orm-query-object/issues",
"source": "https://github.com/contributte/nextras-orm-query-object/tree/v0.5.0"
},
"funding": [
{
"url": "https://contributte.org/partners.html",
"type": "custom"
},
{
"url": "https://github.com/f3l1x",
"type": "github"
}
],
"time": "2022-01-04T19:52:26+00:00"
},
{
"name": "contributte/pdf",
"version": "v6.1.0",
@@ -4713,6 +4781,83 @@
},
"time": "2021-08-13T12:31:10+00:00"
},
{
"name": "nextras/dbal",
"version": "v4.0.4",
"source": {
"type": "git",
"url": "https://github.com/nextras/dbal.git",
"reference": "05c44e728bd9362699c7a0b65ed458fcb62d02ac"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nextras/dbal/zipball/05c44e728bd9362699c7a0b65ed458fcb62d02ac",
"reference": "05c44e728bd9362699c7a0b65ed458fcb62d02ac",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"mockery/mockery": "~1.3.0",
"nette/caching": "~3.0",
"nette/di": "~3.0",
"nette/finder": "~2.5",
"nette/neon": "~3.0",
"nette/tester": "~2.3.1",
"nette/utils": "~3.0",
"phpstan/extension-installer": "1.0.5",
"phpstan/phpstan": "1.0.0",
"phpstan/phpstan-deprecation-rules": "1.0.0",
"phpstan/phpstan-strict-rules": "1.0.0",
"symfony/config": "~4.4 || ~5.0",
"symfony/dependency-injection": "~4.4 || ~5.0",
"symfony/http-kernel": "~4.4 || ~5.0",
"tracy/tracy": "~2.7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"psr-4": {
"Nextras\\Dbal\\": "src/"
},
"files": [
"srcCompat/compatibility.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nextras Project",
"homepage": "https://github.com/nextras/dbal/graphs/contributors"
}
],
"description": "Nextras database abstraction layer",
"homepage": "https://github.com/nextras/dbal",
"keywords": [
"database",
"dbal",
"nextras"
],
"support": {
"issues": "https://github.com/nextras/dbal/issues",
"source": "https://github.com/nextras/dbal/tree/v4.0.4"
},
"funding": [
{
"url": "https://github.com/hrach",
"type": "github"
}
],
"time": "2022-01-09T20:39:43+00:00"
},
{
"name": "paragonie/random_compat",
"version": "v9.99.100",