composer require symfony/web-server-bundle ^3.4 --dev
This commit is contained in:
parent
5713af046f
commit
9bdc423af2
|
@ -23,6 +23,7 @@ class AppKernel extends Kernel
|
||||||
if (in_array($this->getEnvironment(), array('dev', 'test'))) {
|
if (in_array($this->getEnvironment(), array('dev', 'test'))) {
|
||||||
$bundles[] = new Symfony\Bundle\DebugBundle\DebugBundle();
|
$bundles[] = new Symfony\Bundle\DebugBundle\DebugBundle();
|
||||||
$bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
|
$bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
|
||||||
|
$bundles[] = new Symfony\Bundle\WebServerBundle\WebServerBundle();
|
||||||
$bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle();
|
$bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -22,6 +22,8 @@
|
||||||
"theodordiaconu/geshi-bundle" : "dev-master",
|
"theodordiaconu/geshi-bundle" : "dev-master",
|
||||||
"doctrine/doctrine-migrations-bundle": "^2.0",
|
"doctrine/doctrine-migrations-bundle": "^2.0",
|
||||||
"doctrine/annotations": "^1.3"
|
"doctrine/annotations": "^1.3"
|
||||||
|
},"require-dev": {
|
||||||
|
"symfony/web-server-bundle": "^3.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"symfony-scripts": [
|
"symfony-scripts": [
|
||||||
|
|
2
composer.lock
generated
2
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "0fd5719d627e44d5448f01b2c5b4aaff",
|
"content-hash": "dbd7fba6087be4cdbef515a94ab5b0b0",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "composer/ca-bundle",
|
"name": "composer/ca-bundle",
|
||||||
|
|
Loading…
Reference in a new issue