Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ottaviano committed Jan 30, 2025
1 parent ab78346 commit aaa9fa9
Show file tree
Hide file tree
Showing 16 changed files with 89 additions and 259 deletions.
1 change: 0 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
'@PHP82Migration' => true,
'@PHP80Migration:risky' => true,
'@Symfony' => true,
'@DoctrineAnnotation' => true,
'phpdoc_summary' => false,
'no_unneeded_final_method' => false,
'declare_strict_types' => false,
Expand Down
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@
"a2lix/translation-form-bundle": "^3.2",
"algolia/search-bundle": "^6.0",
"api-platform/core": "^2.7",
"beberlei/doctrineextensions": "^1.2",
"beberlei/doctrineextensions": "^1.4",
"cakephp/chronos": "^3.1",
"cocur/slugify": "^4.0",
"doctrine/doctrine-bundle": "^2.8",
"doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/orm": "~2.15.0",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/doctrine-migrations-bundle": "^3.4",
"doctrine/orm": "~2.15.4",
"egulias/email-validator": "^4.0",
"endroid/qr-code-bundle": "^6.0",
"enmarche/majority-judgment": "^0.0.3",
"exercise/htmlpurifier-bundle": "^5.0",
"firebase/php-jwt": "^6.10",
"friendsofsymfony/ckeditor-bundle": "^2.5",
"fusonic/opengraph": "^3.0",
"gedmo/doctrine-extensions": "^3.14",
"gedmo/doctrine-extensions": "^3.17",
"geocoder-php/google-maps-provider": "^4.5",
"geoip2/geoip2": "^3.0",
"giggsey/libphonenumber-for-php": "^8.13",
Expand All @@ -72,7 +72,7 @@
"league/iso3166": "^4.3",
"league/oauth2-server": "^8.2",
"lexik/paybox-bundle": "dev-master",
"longitude-one/doctrine-spatial": "*",
"longitude-one/doctrine-spatial": "^4.0",
"myclabs/php-enum": "^1.5",
"nelmio/cors-bundle": "^2.2",
"nyholm/psr7": "^1.5",
Expand All @@ -81,11 +81,10 @@
"phpoffice/phpspreadsheet": "^3.3",
"ramsey/uuid": "^4.1",
"ramsey/uuid-doctrine": "^2.0",
"runroom-packages/sortable-behavior-bundle": "^0.17.1",
"runroom-packages/sortable-behavior-bundle": "^0.18.0",
"sabre/dav": "^4.1",
"scheb/2fa-bundle": "^6.3",
"scheb/2fa-google-authenticator": "^6.3",
"sensio/framework-extra-bundle": "^6.0",
"sentry/sentry-symfony": "^5.0",
"sonata-project/admin-bundle": "^4.32",
"sonata-project/doctrine-orm-admin-bundle": "^4.15",
Expand Down
Loading

0 comments on commit aaa9fa9

Please sign in to comment.