Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9ed8415

Browse files
committed
feat: stable packages for Symfony 5.4 LTS
1 parent 6741c9f commit 9ed8415

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

‎composer.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"type": "project",
33
"license": "proprietary",
4+
"minimum-stability": "stable",
5+
"prefer-stable": true,
46
"require": {
5-
"php": "^7.2.5",
7+
"php": ">=7.2.5",
68
"ext-ctype": "*",
79
"ext-iconv": "*",
810
"ext-json": "*",
@@ -39,16 +41,21 @@
3941
"symfony/web-profiler-bundle": "^5.1"
4042
},
4143
"config": {
44+
"allow-plugins": {
45+
"composer/package-versions-deprecated": true,
46+
"php-http/discovery": true,
47+
"symfony/flex": true,
48+
"symfony/runtime": true
49+
},
50+
"optimize-autoloader": true,
4251
"preferred-install": {
4352
"*": "dist"
4453
},
4554
"sort-packages": true,
4655
"platform": {
4756
"php": "7.2.5"
48-
},
49-
"allow-plugins": {
50-
"symfony/flex": true
5157
}
58+
5259
},
5360
"autoload": {
5461
"psr-4": {

‎composer.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /