Skip to content

Commit

Permalink
Updated to Symfony 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed May 30, 2019
1 parent 2e20e90 commit 6c32238
Show file tree
Hide file tree
Showing 14 changed files with 880 additions and 501 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"license": "MIT",
"type": "project",
"description": "Symfony Demo Application",
"minimum-stability": "stable",
"require": {
"php": "^7.1.3",
"ext-pdo_sqlite": "*",
Expand Down Expand Up @@ -85,7 +86,7 @@
"extra": {
"symfony": {
"allow-contrib": true,
"require": "4.2.*"
"require": "4.3.*"
}
}
}
Loading

0 comments on commit 6c32238

Please sign in to comment.