Skip to content

Commit

Permalink
feature #974 Updated to Symfony 4.3 (javiereguiluz)
Browse files Browse the repository at this point in the history
This PR was squashed before being merged into the master branch (closes #974).

Discussion
----------

Updated to Symfony 4.3

Commits
-------

6c32238 Updated to Symfony 4.3
  • Loading branch information
javiereguiluz committed May 30, 2019
2 parents 144b3a9 + 6c32238 commit 2467113
Show file tree
Hide file tree
Showing 14 changed files with 880 additions and 501 deletions.
3 changes: 2 additions & 1 deletion composer.json
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.*"
}
}
}

0 comments on commit 2467113

Please sign in to comment.