Skip to content

Commit ad5b9d2

Browse files
committed
Make sure we dont update title twice
1 parent 1efcc92 commit ad5b9d2

File tree

10 files changed

+269
-126
lines changed

10 files changed

+269
-126
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
"symfony/console": "^5.1",
1717
"symfony/dotenv": "^5.1",
1818
"symfony/flex": "^1.8",
19-
"symfony/framework-bundle": "^5.1",
20-
"symfony/http-client": "^v5.2.0-BETA3",
19+
"symfony/framework-bundle": "^5.2@rc",
20+
"symfony/http-client": "^5.2@rc",
21+
"symfony/lock": "^5.2@rc",
2122
"symfony/monolog-bundle": "~3.5",
2223
"symfony/security-core": "5.1.*",
2324
"symfony/twig-pack": "^1.0",
@@ -68,5 +69,6 @@
6869
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd",
6970
"assets:install %PUBLIC_DIR%": "symfony-cmd"
7071
}
71-
}
72+
},
73+
"minimum-stability": "RC"
7274
}

0 commit comments

Comments
 (0)