Browse Source

Deps

imwald
Nuša Pukšič 2 days ago
parent
commit
47e55d7aa8
  1. 1
      composer.json
  2. 27
      composer.lock

1
composer.json

@ -16,6 +16,7 @@ @@ -16,6 +16,7 @@
"doctrine/doctrine-bundle": "^2.13",
"doctrine/doctrine-migrations-bundle": "^3.3",
"doctrine/orm": "^3.3",
"doctrine/instantiator": "^1.5",
"embed/embed": "^4.4",
"endroid/installer": "1.4.4",
"endroid/qr-code": "6.0.*",

27
composer.lock generated

@ -4,7 +4,7 @@ @@ -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": "94442b149fc9e8b8fde278d08a5022c9",
"content-hash": "83c975430ae69d796790754baa14816c",
"packages": [
{
"name": "bacon/bacon-qr-code",
@ -1010,29 +1010,30 @@ @@ -1010,29 +1010,30 @@
},
{
"name": "doctrine/instantiator",
"version": "2.1.0",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "23da848e1a2308728fe5fdddabf4be17ff9720c7"
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/23da848e1a2308728fe5fdddabf4be17ff9720c7",
"reference": "23da848e1a2308728fe5fdddabf4be17ff9720c7",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
"shasum": ""
},
"require": {
"php": "^8.4"
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^14",
"doctrine/coding-standard": "^9 || ^11",
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^1.2",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-phpunit": "^2.0",
"phpunit/phpunit": "^10.5.58"
"phpbench/phpbench": "^0.16 || ^1",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-phpunit": "^1",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.30 || ^5.4"
},
"type": "library",
"autoload": {
@ -1059,7 +1060,7 @@ @@ -1059,7 +1060,7 @@
],
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/2.1.0"
"source": "https://github.com/doctrine/instantiator/tree/1.5.0"
},
"funding": [
{
@ -1075,7 +1076,7 @@ @@ -1075,7 +1076,7 @@
"type": "tidelift"
}
],
"time": "2026-01-05T06:47:08+00:00"
"time": "2022-12-30T00:15:36+00:00"
},
{
"name": "doctrine/lexer",

Loading…
Cancel
Save