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
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 - Versionierung

### 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 @@ -13,10 +13,12 @@
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^2.10",
"lexik/jwt-authentication-bundle": "^2.14",
"nelmio/api-doc-bundle": "^4.6",
"phpdocumentor/reflection-docblock": "^5.3",
"ramsey/uuid": "^4.2",
"ramsey/uuid-doctrine": "^1.8",
"sensio/framework-extra-bundle": "^6.2",
"symfony/asset": "5.4.*",
"symfony/console": "5.4.*",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/dotenv": "5.4.*",
Expand All @@ -30,8 +32,11 @@
"symfony/security-bundle": "5.4.*",
"symfony/serializer": "5.4.*",
"symfony/string": "5.4.*",
"symfony/twig-bundle": "5.4.*",
"symfony/validator": "5.4.*",
"symfony/yaml": "5.4.*",
"twig/extra-bundle": "^2.12|^3.0",
"twig/twig": "^2.12|^3.0",
"webmozart/assert": "^1.10",
"willdurand/negotiation": "^3.0"
},
Expand Down
Loading