Skip to content

Commit

Permalink
Merge pull request #71 from B3-3iL-DLW/feat/persist-events-bo
Browse files Browse the repository at this point in the history
Feat/Notifications when course change
  • Loading branch information
julesartd authored May 24, 2024
2 parents b9d17b3 + 795caa5 commit c81bb70
Show file tree
Hide file tree
Showing 31 changed files with 3,487 additions and 511 deletions.
3 changes: 3 additions & 0 deletions backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
.php-cs-fixer.php
.php-cs-fixer.cache
###< friendsofphp/php-cs-fixer ###

### creds fireabse ###
my3il_firebase_creds.json
2 changes: 1 addition & 1 deletion backend/.php-cs-fixer.cache

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@
"ext-ctype": "*",
"ext-curl": "*",
"ext-dom": "*",
"ext-http": "*",
"ext-iconv": "*",
"ext-simplexml": "*",
"doctrine/dbal": "^3",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/doctrine-migrations-bundle": "^3.3",
"doctrine/orm": "^3.1",
"guzzlehttp/guzzle": "^7.8",
"kreait/firebase-bundle": "^5.2",
"symfony/apache-pack": "^1.0",
"symfony/console": "6.4.*",
"symfony/css-selector": "6.4.*",
Expand All @@ -30,8 +32,7 @@
"symfony/twig-bundle": "6.4.*",
"symfony/yaml": "6.4.*",
"twig/extra-bundle": "^2.12|^3.0",
"twig/twig": "^2.12|^3.0",
"ext-http": "*"
"twig/twig": "^2.12|^3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.51",
Expand Down
Loading

0 comments on commit c81bb70

Please sign in to comment.