Compare commits

...

3 Commits

Author SHA1 Message Date
Tykayn 417bb7a208 update jms serializer bundle to clear readonly keyword problem 2023-01-16 21:44:33 +01:00
Tykayn 1cfce01655 up flex config 2023-01-16 15:15:14 +00:00
Tykayn 0890fa66d5 update dependency flex 2023-01-16 15:14:13 +00:00
5 changed files with 1180 additions and 6160 deletions

File diff suppressed because it is too large Load Diff

View File

@ -50,7 +50,7 @@
"doctrine/orm": "^2.8",
"friendsofsymfony/rest-bundle": "^3.0",
"gedmo/doctrine-extensions": "^3.0",
"jms/serializer-bundle": "^3.9",
"jms/serializer-bundle": "^4.0",
"nelmio/api-doc-bundle": "^4.3",
"nelmio/cors-bundle": "^2.1",
"sensio/framework-extra-bundle": "^6.1",
@ -60,6 +60,7 @@
"symfony/flex": "^1.3.1",
"symfony/form": "5.2.*",
"symfony/framework-bundle": "5.2.*",
"symfony/http-client": "5.2.*",
"symfony/mailer": "5.2.*",
"symfony/proxy-manager-bridge": "5.2.*",
"symfony/swiftmailer-bundle": "^3.5",

2240
composer.lock generated Executable file → Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
monolog:
handlers:
main:
type: rotating_file
path: '%kernel.logs_dir%/%kernel.environment%.log'
level: debug
#monolog:
# handlers:
# main:
# type: rotating_file
# path: '%kernel.logs_dir%/%kernel.environment%.log'
# level: debug
# max number of log files to keep
# defaults to zero, which means infinite files
max_files: 10
# max_files: 10

View File

@ -144,12 +144,6 @@
"laminas/laminas-code": {
"version": "4.1.0"
},
"laminas/laminas-eventmanager": {
"version": "3.3.1"
},
"laminas/laminas-zendframework-bridge": {
"version": "1.2.0"
},
"nelmio/api-doc-bundle": {
"version": "3.0",
"recipe": {