Removing WebServerBundle (deprecated). Downgrading symfony/* packages to 5.4 to avoid compatibility problems.
This commit is contained in:
parent
0699ab947a
commit
d1d730767b
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -9,11 +9,6 @@
|
||||||
/var/
|
/var/
|
||||||
/vendor/
|
/vendor/
|
||||||
###< symfony/framework-bundle ###
|
###< symfony/framework-bundle ###
|
||||||
|
|
||||||
###> symfony/web-server-bundle ###
|
|
||||||
/.web-server-pid
|
|
||||||
###< symfony/web-server-bundle ###
|
|
||||||
|
|
||||||
###> baldinof/roadrunner-bundle ###
|
###> baldinof/roadrunner-bundle ###
|
||||||
/bin/rr
|
/bin/rr
|
||||||
###< baldinof/roadrunner-bundle ###
|
###< baldinof/roadrunner-bundle ###
|
||||||
|
|
|
@ -53,8 +53,7 @@
|
||||||
"symfony/yaml": "^5.4"
|
"symfony/yaml": "^5.4"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"symfony/web-profiler-bundle": "^5.4",
|
"symfony/web-profiler-bundle": "^5.4"
|
||||||
"symfony/web-server-bundle": "^4.1"
|
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"preferred-install": {
|
"preferred-install": {
|
||||||
|
@ -100,7 +99,8 @@
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"symfony": {
|
"symfony": {
|
||||||
"allow-contrib": false
|
"allow-contrib": false,
|
||||||
|
"require": "5.4.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
590
composer.lock
generated
590
composer.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,11 +1,11 @@
|
||||||
<?php
|
<?php
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
||||||
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
|
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
|
||||||
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
|
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
|
||||||
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
||||||
Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true],
|
|
||||||
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
|
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
|
||||||
BabDev\PagerfantaBundle\BabDevPagerfantaBundle::class => ['all' => true],
|
BabDev\PagerfantaBundle\BabDevPagerfantaBundle::class => ['all' => true],
|
||||||
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
|
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
|
||||||
|
|
12
symfony.lock
12
symfony.lock
|
@ -370,9 +370,6 @@
|
||||||
"symfony/polyfill-uuid": {
|
"symfony/polyfill-uuid": {
|
||||||
"version": "v1.13.1"
|
"version": "v1.13.1"
|
||||||
},
|
},
|
||||||
"symfony/process": {
|
|
||||||
"version": "v4.1.0"
|
|
||||||
},
|
|
||||||
"symfony/property-access": {
|
"symfony/property-access": {
|
||||||
"version": "v4.1.0"
|
"version": "v4.1.0"
|
||||||
},
|
},
|
||||||
|
@ -475,15 +472,6 @@
|
||||||
"ref": "6bdfa1a95f6b2e677ab985cd1af2eae35d62e0f6"
|
"ref": "6bdfa1a95f6b2e677ab985cd1af2eae35d62e0f6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"symfony/web-server-bundle": {
|
|
||||||
"version": "3.3",
|
|
||||||
"recipe": {
|
|
||||||
"repo": "github.com/symfony/recipes",
|
|
||||||
"branch": "master",
|
|
||||||
"version": "3.3",
|
|
||||||
"ref": "dae9b39fd6717970be7601101ce5aa960bf53d9a"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"symfony/yaml": {
|
"symfony/yaml": {
|
||||||
"version": "v4.1.0"
|
"version": "v4.1.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue