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'
# HTTP client for Point API
Symfony\Component\HttpClient\HttpClient:
alias: 'app.point.http_client'
app.point.http_client:
class: Symfony\Component\HttpClient\HttpClient
factory: [null, 'create']
arguments:
base_uri: '%point_base_url%'