Skip to content

Commit

Permalink
Merge pull request #2 from bestit/feature/DEN-219-symfony-5
Browse files Browse the repository at this point in the history
DEN-219: Make bundle symfony 5 compatible / refactor to controller as…
  • Loading branch information
b3nl committed Feb 26, 2020
2 parents 6c63453 + a4cf248 commit 9f2fa35
Show file tree
Hide file tree
Showing 12 changed files with 942 additions and 667 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ best_it_kitchensink:
```yaml
# routing_dev.yml
best_it_kitchensink:
resource: "@BestItKitchensinkBundle/resources/config/routing.yml"
resource: "@BestItKitchensinkBundle/Resources/config/routing.yml"
```
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
},
"require": {
"php": "^7.0",
"symfony/symfony": "^3.1"
"symfony/http-kernel": "^3.1 || ^4.0 || ^5.0",
"symfony/dependency-injection": "^3.1 || ^4.0 || ^5.0",
"symfony/config": "^3.1 || ^4.0 || ^5.0",
"symfony/yaml": "^3.1 || ^4.0 || ^5.0",
"twig/twig": "^2.12 || ^3.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.7",
Expand Down
Loading

0 comments on commit 9f2fa35

Please sign in to comment.