- Update libs

This commit is contained in:
Thomas 2024-04-19 17:51:20 +02:00
parent 207946520b
commit 668c86d97a
5 changed files with 664 additions and 132 deletions

14
.gitignore vendored
View file

@ -12,3 +12,17 @@
###> symfony/web-server-bundle ###
/.web-server-pid
###< symfony/web-server-bundle ###
###> symfony/phpunit-bridge ###
.phpunit
.phpunit.result.cache
/phpunit.xml
###< symfony/phpunit-bridge ###
/bin/phpunit
/tests/
/tests/bootstrap.php
/var/
/vendor/
/.env.test
/composer
/phpunit.xml.dist

View file

@ -25,13 +25,17 @@
"ext-json": "*"
},
"require-dev": {
"symfony/phpunit-bridge": "^7.0",
"symfony/web-server-bundle": "4.3.*"
},
"config": {
"preferred-install": {
"*": "dist"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"symfony/flex": true
}
},
"autoload": {
"psr-4": {

758
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -154,6 +154,21 @@
"symfony/options-resolver": {
"version": "v4.3.3"
},
"symfony/phpunit-bridge": {
"version": "7.0",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "5.1",
"ref": "2f91477d6efaed3fb857db87480f7d07d31cbb3e"
},
"files": [
"./.env.test",
"./bin/phpunit",
"./phpunit.xml.dist",
"./tests/bootstrap.php"
]
},
"symfony/polyfill-intl-icu": {
"version": "v1.12.0"
},

View file

@ -48,8 +48,9 @@
</div>
<div class="col-md-4" style="margin-top: 10px; text-align: center;">
{{ 'common.author'|trans }}: Thomas<br/>
Mastodon: <a href="https://toot.fedilab.app/@fedilab" target="_blank">@Fedilab</a><br/>
Mastodon: <a href="https://toot.fedilab.app/@apps" target="_blank">@apps</a><br/>
Framagit: <a href="https://framagit.org/tom79/" target="_blank">@tom79</a><br/>
Codeberg: <a href="https://codeberg.org/tom79/" target="_blank">@tom79</a><br/>
Github: <a href="https://github.com/stom79/" target="_blank">@stom79</a><br/>
</div>
<div class="col-md-4" style="margin-top: 10px; text-align: center;">