Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,9 @@ laf_loginButton="Login"
###> Default Jitsi Server ###
default_jitsi_server_id=0
###< Default Jitsi Server ###

###> symfony/routing ###
# Configure how to generate URLs in non-HTTP contexts, such as CLI commands.
# See https://symfony.com/doc/current/routing.html#generating-urls-in-commands
DEFAULT_URI=http://localhost
###< symfony/routing ###
13 changes: 3 additions & 10 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
DATABASE_URL=mysql://<user>:<password>@<server>:<databasePort>/<database>
DATABSE_SERVER=<mariadb-10.4.6>

DATABASE_URL=mysql://app:app@db:3306/open_event_manager?serverVersion=8.0&charset=utf8mb4
###> symfony/framework-bundle ###
APP_ENV=prod
APP_DEBUG=0
APP_SECRET=<app_secret>

###> symfony/swift_mailer ###
MAILER_HOST=<smtpHost>
MAILER_PORT=<smtpPort>
MAILER_PASSWORD=<smtpPassword>
MAILER_USERNAME=<smtpUsername>
MAILER_ENCRYPTION=<smtpEncryption>
MAILER_TRANSPORT=smtp
###> symfony/mailer ###
MAILER_DSN=smtp://localhost

###ODC Parameters###
imprint=</impressum>
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ yarn-error.log
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###

###> phpstan/phpstan ###
phpstan.neon
###< phpstan/phpstan ###
104 changes: 49 additions & 55 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,78 +2,75 @@
"type": "project",
"license": "proprietary",
"require": {
"php": "^7.4",
"php": "^8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"composer/package-versions-deprecated": "^1.10",
"doctrine/annotations": "^1.0",
"doctrine/doctrine-bundle": "^2.5",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^2.10",
"dpolac/twig-lambda": "^1.0",
"doctrine/doctrine-bundle": "^2.13",
"doctrine/doctrine-migrations-bundle": "^3.4",
"doctrine/orm": "^3.3",
"eluceo/ical": "0.16.*",
"endroid/qr-code-bundle": "^4.0",
"endroid/qr-code-bundle": "^6.0",
"erusev/parsedown": "^1.7",
"jms/i18n-routing-bundle": "dev-master",
"h2invent/i18n-routing-bundle": "^3.2",
"knpuniversity/oauth2-client-bundle": "^2.5",
"laminas/laminas-code": "^3.4",
"laminas/laminas-escaper": "^2.6",
"phpdocumentor/reflection-docblock": "^5.3",
"phpoffice/phpspreadsheet": "^1.17",
"phpstan/phpdoc-parser": "^1.2",
"sensio/framework-extra-bundle": "^5.4",
"stevenmaguire/oauth2-keycloak": "^2.2",
"symfony/apache-pack": "^1.0",
"symfony/asset": "5.4.*",
"symfony/console": "5.4.*",
"symfony/dotenv": "5.4.*",
"symfony/expression-language": "5.4.*",
"symfony/flex": "^1.3.1",
"symfony/form": "5.4.*",
"symfony/framework-bundle": "5.4.*",
"symfony/http-client": "5.4.*",
"symfony/intl": "5.4.*",
"symfony/mailer": "5.4.*",
"symfony/monolog-bundle": "^3.1",
"symfony/process": "5.4.*",
"symfony/property-access": "5.4.*",
"symfony/property-info": "5.4.*",
"symfony/proxy-manager-bridge": "5.4.*",
"symfony/security-bundle": "5.4.*",
"symfony/serializer": "5.4.*",
"symfony/swiftmailer-bundle": "^3.4",
"symfony/templating": "5.4.*",
"symfony/translation": "5.4.*",
"symfony/twig-bundle": "5.4.*",
"symfony/validator": "5.4.*",
"symfony/web-link": "5.4.*",
"symfony/webpack-encore-bundle": "^1.7",
"symfony/yaml": "5.4.*",
"symfony/asset": "7.4.*",
"symfony/console": "7.4.*",
"symfony/dotenv": "7.4.*",
"symfony/expression-language": "7.4.*",
"symfony/flex": "^2.8",
"symfony/form": "7.4.*",
"symfony/framework-bundle": "7.4.*",
"symfony/http-client": "7.4.*",
"symfony/intl": "7.4.*",
"symfony/mailer": "7.4.*",
"symfony/monolog-bundle": "^4.0",
"symfony/process": "7.4.*",
"symfony/property-access": "7.4.*",
"symfony/property-info": "7.4.*",
"symfony/runtime": "7.4.*",
"symfony/security-bundle": "7.4.*",
"symfony/serializer": "7.4.*",
"symfony/translation": "7.4.*",
"symfony/twig-bundle": "7.4.*",
"symfony/validator": "7.4.*",
"symfony/web-link": "7.4.*",
"symfony/webpack-encore-bundle": "^2.0",
"symfony/yaml": "7.4.*",
"twig/cssinliner-extra": "^3.0",
"twig/extra-bundle": "~3.1",
"twig/extra-bundle": "^3.0",
"twig/inky-extra": "^3.0",
"twig/intl-extra": "^3.2",
"twig/markdown-extra": "^3.3",
"twig/twig": "^2.0"
"twig/twig": "^3.0"
},
"require-dev": {
"dama/doctrine-test-bundle": "^6.5",
"dama/doctrine-test-bundle": "^v8.0",
"doctrine/doctrine-fixtures-bundle": "^3.4",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "5.4.*",
"symfony/css-selector": "5.4.*",
"symfony/debug-bundle": "5.4.*",
"symfony/maker-bundle": "^1.0",
"symfony/phpunit-bridge": "^5.4",
"symfony/stopwatch": "5.4.*",
"symfony/web-profiler-bundle": "5.4.*",
"symfony/web-server-bundle": "4.4.*"
"phpunit/phpunit": "^11.0",
"rector/rector": "^2.3",
"symfony/browser-kit": "7.4.*",
"symfony/css-selector": "7.4.*",
"symfony/debug-bundle": "7.4.*",
"symfony/maker-bundle": "^1.65",
"symfony/phpunit-bridge": "^7.4",
"symfony/stopwatch": "7.4.*",
"symfony/web-profiler-bundle": "7.4.*"
},
"config": {
"preferred-install": {
"*": "dist"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"endroid/installer": true,
"symfony/flex": true,
"symfony/runtime": true
}
},
"autoload": {
"psr-4": {
Expand All @@ -88,10 +85,7 @@
"replace": {
"paragonie/random_compat": "2.*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-php71": "*",
"symfony/polyfill-php70": "*",
"symfony/polyfill-php56": "*"
"symfony/polyfill-iconv": "*"
},
"scripts": {
"auto-scripts": {
Expand All @@ -111,7 +105,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "5.4.*"
"require": "7.4.*"
}
}
}
Loading