Skip to content

Commit

Permalink
code challenge 11 solution
Browse files Browse the repository at this point in the history
  • Loading branch information
jschaedl committed Sep 30, 2023
1 parent ffdbd9f commit 06c3d4f
Show file tree
Hide file tree
Showing 22 changed files with 1,072 additions and 183 deletions.
7 changes: 7 additions & 0 deletions CODING-CHALLENGE-12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# RESTful Webservices in Symfony

## Coding Challenge 12 - Versioning

### Tasks

Let's see how we can deprecate a property or sunset an API endpoint.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^2.16",
"lexik/jwt-authentication-bundle": "^2.19",
"nelmio/api-doc-bundle": "^4.12",
"phpdocumentor/reflection-docblock": "^5.3",
"phpstan/phpdoc-parser": "^1.24",
"ramsey/uuid": "*",
"ramsey/uuid-doctrine": "^2.0",
"symfony/asset": "6.3.*",
"symfony/console": "6.3.*",
"symfony/dotenv": "6.3.*",
"symfony/expression-language": "6.3.*",
Expand All @@ -25,8 +27,11 @@
"symfony/runtime": "6.3.*",
"symfony/security-bundle": "6.3.*",
"symfony/serializer": "6.3.*",
"symfony/twig-bundle": "6.3.*",
"symfony/validator": "6.3.*",
"symfony/yaml": "6.3.*",
"twig/extra-bundle": "^2.12|^3.0",
"twig/twig": "^2.12|^3.0",
"webmozart/assert": "^1.11",
"willdurand/negotiation": "^3.1"
},
Expand Down
Loading

0 comments on commit 06c3d4f

Please sign in to comment.