Skip to content

Commit

Permalink
✨: Get student ID and student marks (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPLukaas authored Apr 14, 2024
1 parent 5b47423 commit 3054463
Show file tree
Hide file tree
Showing 11 changed files with 721 additions and 6 deletions.
2 changes: 1 addition & 1 deletion backend/.php-cs-fixer.cache

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@
"require": {
"php": ">=8.1",
"ext-ctype": "*",
"ext-curl": "*",
"ext-dom": "*",
"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",
"symfony/apache-pack": "^1.0",
"symfony/console": "6.4.*",
"symfony/css-selector": "6.4.*",
Expand All @@ -27,7 +30,8 @@
"symfony/twig-bundle": "6.4.*",
"symfony/yaml": "6.4.*",
"twig/extra-bundle": "^2.12|^3.0",
"twig/twig": "^2.12|^3.0"
"twig/twig": "^2.12|^3.0",
"ext-http": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.51",
Expand Down
Loading

0 comments on commit 3054463

Please sign in to comment.