升级 nette/schema, 兼容PHP8.2

This commit is contained in:
Edward Yang 2023-01-06 10:44:19 +08:00
parent fe0f922de0
commit b7e402a732
1 changed files with 8 additions and 8 deletions

16
composer.lock generated
View File

@ -2923,16 +2923,16 @@
}, },
{ {
"name": "nette/schema", "name": "nette/schema",
"version": "v1.2.2", "version": "v1.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nette/schema.git", "url": "https://github.com/nette/schema.git",
"reference": "9a39cef03a5b34c7de64f551538cbba05c2be5df" "reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nette/schema/zipball/9a39cef03a5b34c7de64f551538cbba05c2be5df", "url": "https://api.github.com/repos/nette/schema/zipball/abbdbb70e0245d5f3bf77874cea1dfb0c930d06f",
"reference": "9a39cef03a5b34c7de64f551538cbba05c2be5df", "reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -2943,11 +2943,11 @@
}, },
"require": { "require": {
"nette/utils": "^2.5.7 || ^3.1.5 || ^4.0", "nette/utils": "^2.5.7 || ^3.1.5 || ^4.0",
"php": ">=7.1 <8.2" "php": ">=7.1 <8.3"
}, },
"require-dev": { "require-dev": {
"nette/tester": "^2.3 || ^2.4", "nette/tester": "^2.3 || ^2.4",
"phpstan/phpstan-nette": "^0.12", "phpstan/phpstan-nette": "^1.0",
"tracy/tracy": "^2.7" "tracy/tracy": "^2.7"
}, },
"type": "library", "type": "library",
@ -2985,9 +2985,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/nette/schema/issues", "issues": "https://github.com/nette/schema/issues",
"source": "https://github.com/nette/schema/tree/v1.2.2" "source": "https://github.com/nette/schema/tree/v1.2.3"
}, },
"time": "2021-10-15T11:40:02+00:00" "time": "2022-10-13T01:24:26+00:00"
}, },
{ {
"name": "nette/utils", "name": "nette/utils",