fix Hiltes import

This commit is contained in:
Marko
2023-09-19 15:29:22 +02:00
parent 0abbd0ab29
commit 86f28121aa
11 changed files with 127 additions and 127 deletions

View File

@@ -6,6 +6,8 @@
"require": {
"php": ">=8.1",
"ext-ctype": "*",
"ext-curl": "*",
"ext-ftp": "*",
"ext-iconv": "*",
"api-platform/core": "^3.1",
"doctrine/annotations": "^1.0",
@@ -16,7 +18,6 @@
"nelmio/cors-bundle": "^2.2",
"phpdocumentor/reflection-docblock": "^5.3",
"phpstan/phpdoc-parser": "^1.6",
"sensio/framework-extra-bundle": "^6.2",
"symfony/apache-pack": "^1.0",
"symfony/asset": "6.1.*",
"symfony/console": "6.1.*",
@@ -52,6 +53,7 @@
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"php-http/discovery": true,
"symfony/flex": true,
"symfony/runtime": true
},