diff --git a/.env b/.env index f8efe0f..3aa40f4 100644 --- a/.env +++ b/.env @@ -17,6 +17,7 @@ ###> symfony/framework-bundle ### APP_ENV=dev APP_SECRET= +APP_SHARE_DIR=var/share ###< symfony/framework-bundle ### ###> doctrine/doctrine-bundle ### diff --git a/config/services.yaml b/config/services.yaml index 42179f2..d80b378 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -1,5 +1,8 @@ +# yaml-language-server: $schema=../vendor/symfony/dependency-injection/Loader/schema/services.schema.json + # This file is the entry point to configure your own services. # Files in the packages/ subdirectory configure your dependencies. +# See also https://symfony.com/doc/current/service_container/import.html # Put parameters here that don't need to change on each machine where the app is deployed # https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration @@ -10,7 +13,7 @@ services: _defaults: autowire: true # Automatically injects dependencies in your services. autoconfigure: true # Automatically registers your services as commands, event subscribers, etc. - + # makes classes in src/ available to be used as services # this creates a service per class whose id is the fully-qualified class name Tvdt\: @@ -19,6 +22,6 @@ services: - '../src/DependencyInjection/' - '../src/Entity/' - '../src/Kernel.php' - + # add more service definitions when explicit configuration is needed # please note that last definitions always *replace* previous ones diff --git a/symfony.lock b/symfony.lock index 7607627..bb7ae86 100644 --- a/symfony.lock +++ b/symfony.lock @@ -184,14 +184,15 @@ ] }, "symfony/framework-bundle": { - "version": "7.2", + "version": "8.0", "recipe": { "repo": "github.com/symfony/recipes", "branch": "main", - "version": "7.2", - "ref": "87bcf6f7c55201f345d8895deda46d2adbdbaa89" + "version": "7.4", + "ref": "09f6e081c763a206802674ce0cb34a022f0ffc6d" }, "files": [ + ".editorconfig", "config/packages/cache.yaml", "config/packages/framework.yaml", "config/preload.php",