WIP: Symfony 6 project remake #2

Draft
skobkin wants to merge 103 commits from symfony6_remake into master
Showing only changes of commit 8614bd0f26 - Show all commits

View file

@ -31,8 +31,8 @@ services:
- '../src/Kernel.php' - '../src/Kernel.php'
# HTTP client for Point API # HTTP client for Point API
Symfony\Component\HttpClient\HttpClient: app.point.http_client:
alias: 'app.point.http_client' class: Symfony\Component\HttpClient\HttpClient
factory: [null, 'create'] factory: [null, 'create']
arguments: arguments:
base_uri: '%point_base_url%' base_uri: '%point_base_url%'