Skip to content

Commit aa45d6d

Browse files
committed
feature #712 Upgrade to Symfony 4.0.0 release (yceruto)
This PR was merged into the master branch. Discussion ---------- Upgrade to Symfony 4.0.0 release :tada: :balloon: :birthday: :gift: :heart: :smiley: Also updating to latest changes from recipes. Commits ------- 708ba64 Upgrade to Symfony 4.0.0 release
2 parents 25f4a07 + 708ba64 commit aa45d6d

File tree

6 files changed

+162
-162
lines changed

6 files changed

+162
-162
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": "^7.1.3",
88
"ext-pdo_sqlite": "*",
99
"doctrine/doctrine-bundle": "^1.8",
10-
"doctrine/doctrine-fixtures-bundle": "^2.4",
10+
"doctrine/doctrine-fixtures-bundle": "^3.0",
1111
"erusev/parsedown": "^1.6",
1212
"ezyang/htmlpurifier": "^4.9",
1313
"sensio/framework-extra-bundle": "^5.0",
@@ -70,7 +70,6 @@
7070
"conflict": {
7171
"symfony/symfony": "*"
7272
},
73-
"minimum-stability": "beta",
7473
"extra": {
7574
"symfony": {
7675
"id": "01BY8QJHBGTYRP06WQFNY99EKP",

0 commit comments

Comments
 (0)