Skip to content

Commit

Permalink
Merge pull request #4 from Jelmer-Ketelaar/#64
Browse files Browse the repository at this point in the history
#64 show all categories, subcategories and meals
  • Loading branch information
Jelmer-Ketelaar authored Oct 20, 2021
2 parents 4b3b065 + b03f971 commit 5e3ca07
Show file tree
Hide file tree
Showing 11 changed files with 727 additions and 41 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@
.idea
###< phpunit/phpunit ###
Development
*.xml
*.iml
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=8.0",
"php": "^8.0",
"ext-ctype": "*",
"ext-curl": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-simplexml": "*",
"api-platform/core": "^2.6",
"composer/package-versions-deprecated": "1.11.99.4",
Expand All @@ -16,6 +17,7 @@
"doctrine/doctrine-migrations-bundle": "^3.1",
"doctrine/orm": "^2.10",
"doctrine/sql-formatter": "^1.1",
"guzzlehttp/guzzle": "^7.4",
"nelmio/cors-bundle": "^2.1",
"phpdocumentor/reflection-docblock": "^5.2",
"sensio/framework-extra-bundle": "^6.1",
Expand All @@ -27,6 +29,7 @@
"symfony/form": "5.3.*",
"symfony/framework-bundle": "5.3.*",
"symfony/http-client": "5.3.*",
"symfony/http-foundation": "5.3.*",
"symfony/intl": "5.3.*",
"symfony/mailer": "5.3.*",
"symfony/mime": "5.3.*",
Expand Down
Loading

0 comments on commit 5e3ca07

Please sign in to comment.