Compare commits

..

No commits in common. "c2fb2b6dfc69aca1f9b7916524adbf2d79219e52" and "ab3a54bde92ed576fd306e1ece0e92802a375335" have entirely different histories.

7 changed files with 851 additions and 1005 deletions

1
.gitignore vendored
View file

@ -1,4 +1,3 @@
/.idea
###> symfony/framework-bundle ### ###> symfony/framework-bundle ###
/.env.local /.env.local

View file

@ -18,25 +18,25 @@
"phpdocumentor/reflection-docblock": "^5.3", "phpdocumentor/reflection-docblock": "^5.3",
"phpstan/phpdoc-parser": "^1.16", "phpstan/phpdoc-parser": "^1.16",
"sensio/framework-extra-bundle": "^6.1", "sensio/framework-extra-bundle": "^6.1",
"symfony/asset": "6.3.*.*", "symfony/asset": "6.2.*",
"symfony/console": "6.3.*.*", "symfony/console": "6.2.*",
"symfony/dotenv": "6.3.*.*", "symfony/dotenv": "6.2.*",
"symfony/expression-language": "6.3.*", "symfony/expression-language": "6.2.*",
"symfony/flex": "^2", "symfony/flex": "^2",
"symfony/form": "6.3.*", "symfony/form": "6.2.*",
"symfony/framework-bundle": "6.3.*", "symfony/framework-bundle": "6.2.*",
"symfony/http-client": "6.3.*", "symfony/http-client": "6.2.*",
"symfony/intl": "6.3.*", "symfony/intl": "6.2.*",
"symfony/monolog-bundle": "^3.0", "symfony/monolog-bundle": "^3.0",
"symfony/property-access": "6.3.*", "symfony/property-access": "6.2.*",
"symfony/property-info": "6.3.*", "symfony/property-info": "6.2.*",
"symfony/runtime": "6.3.*", "symfony/runtime": "6.2.*",
"symfony/security-bundle": "6.3.*", "symfony/security-bundle": "6.2.*",
"symfony/string": "6.3.*", "symfony/string": "6.2.*",
"symfony/translation": "6.3.*", "symfony/translation": "6.2.*",
"symfony/twig-bundle": "6.3.*", "symfony/twig-bundle": "6.2.*",
"symfony/validator": "6.3.*", "symfony/validator": "6.2.*",
"symfony/yaml": "6.3.*", "symfony/yaml": "6.2.*",
"telegram-bot/api": "^2.3", "telegram-bot/api": "^2.3",
"twig/extra-bundle": "^2.12|^3.0", "twig/extra-bundle": "^2.12|^3.0",
"twig/twig": "^2.12|^3.0" "twig/twig": "^2.12|^3.0"
@ -86,18 +86,18 @@
"extra": { "extra": {
"symfony": { "symfony": {
"allow-contrib": false, "allow-contrib": false,
"require": "6.3.*", "require": "6.2.*",
"docker": true "docker": true
} }
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.5", "phpunit/phpunit": "^9.5",
"symfony/browser-kit": "6.3.*", "symfony/browser-kit": "6.2.*",
"symfony/css-selector": "6.3.*", "symfony/css-selector": "6.2.*",
"symfony/debug-bundle": "6.3.*", "symfony/debug-bundle": "6.2.*",
"symfony/maker-bundle": "^1.0", "symfony/maker-bundle": "^1.0",
"symfony/phpunit-bridge": "^6.3", "symfony/phpunit-bridge": "^6.2",
"symfony/stopwatch": "6.3.*", "symfony/stopwatch": "6.2.*",
"symfony/web-profiler-bundle": "6.3.*" "symfony/web-profiler-bundle": "6.2.*"
} }
} }

1770
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -11,5 +11,3 @@ framework:
# dsn: '%env(LOCO_DSN)%' # dsn: '%env(LOCO_DSN)%'
# lokalise: # lokalise:
# dsn: '%env(LOKALISE_DSN)%' # dsn: '%env(LOKALISE_DSN)%'
# phrase:
# dsn: '%env(PHRASE_DSN)%'

View file

@ -33,6 +33,10 @@
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" /> <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners> </listeners>
<!-- Run `composer require symfony/panther` before enabling this extension -->
<!--
<extensions> <extensions>
<extension class="Symfony\Component\Panther\ServerExtension" />
</extensions> </extensions>
-->
</phpunit> </phpunit>

View file

@ -9,12 +9,12 @@
} }
}, },
"doctrine/doctrine-bundle": { "doctrine/doctrine-bundle": {
"version": "2.10", "version": "2.8",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
"version": "2.10", "version": "2.8",
"ref": "e025a6cb69b195970543820b2f18ad21724473fa" "ref": "6b43b7b6ff6bf2551f2933ebeb66721fa3db8fbc"
}, },
"files": [ "files": [
"config/packages/doctrine.yaml", "config/packages/doctrine.yaml",
@ -67,8 +67,8 @@
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
"version": "9.6", "version": "9.3",
"ref": "7364a21d87e658eb363c5020c072ecfdc12e2326" "ref": "a6249a6c4392e9169b87abf93225f7f9f59025e6"
}, },
"files": [ "files": [
".env.test", ".env.test",
@ -165,12 +165,12 @@
] ]
}, },
"symfony/phpunit-bridge": { "symfony/phpunit-bridge": {
"version": "6.3", "version": "6.2",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
"version": "6.3", "version": "5.3",
"ref": "01dfaa98c58f7a7b5a9b30e6edb7074af7ed9819" "ref": "819d3d2ffa4590eba0b8f4f3e5e89415ee4e45c3"
}, },
"files": [ "files": [
".env.test", ".env.test",
@ -205,12 +205,12 @@
] ]
}, },
"symfony/translation": { "symfony/translation": {
"version": "6.3", "version": "6.2",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
"version": "6.3", "version": "5.3",
"ref": "64fe617084223633e1dedf9112935d8c95410d3e" "ref": "da64f5a2b6d96f5dc24914517c0350a5f91dee43"
}, },
"files": [ "files": [
"config/packages/translation.yaml", "config/packages/translation.yaml",
@ -218,12 +218,12 @@
] ]
}, },
"symfony/twig-bundle": { "symfony/twig-bundle": {
"version": "6.3", "version": "6.2",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
"version": "6.3", "version": "5.4",
"ref": "b7772eb20e92f3fb4d4fe756e7505b4ba2ca1a2c" "ref": "bb2178c57eee79e6be0b297aa96fc0c0def81387"
}, },
"files": [ "files": [
"config/packages/twig.yaml", "config/packages/twig.yaml",

View file

@ -4,10 +4,13 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>{% block title %}Welcome!{% endblock %}</title> <title>{% block title %}Welcome!{% endblock %}</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>"> <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>">
{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
{% block stylesheets %} {% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %} {% endblock %}
{% block javascripts %} {% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% endblock %} {% endblock %}
</head> </head>
<body> <body>