Skip to content

Commit 6c32238

Browse files
committed
Updated to Symfony 4.3
1 parent 2e20e90 commit 6c32238

File tree

14 files changed

+880
-501
lines changed

14 files changed

+880
-501
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"license": "MIT",
44
"type": "project",
55
"description": "Symfony Demo Application",
6+
"minimum-stability": "stable",
67
"require": {
78
"php": "^7.1.3",
89
"ext-pdo_sqlite": "*",
@@ -85,7 +86,7 @@
8586
"extra": {
8687
"symfony": {
8788
"allow-contrib": true,
88-
"require": "4.2.*"
89+
"require": "4.3.*"
8990
}
9091
}
9192
}

0 commit comments

Comments
 (0)