Update dependencies & apply coding standard fixes

This commit is contained in:
Kamil Kokot 2020-03-02 15:45:42 +01:00
parent 68c6584823
commit 7d54cd043c
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89
3 changed files with 21 additions and 0 deletions

View file

@ -1,5 +1,14 @@
<?php
/*
* This file is part of the Sylius package.
*
* (c) Paweł Jędrzejewski
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Sylius\Bundle\UiBundle\DependencyInjection\Compiler;

View file

@ -1,5 +1,14 @@
<?php
/*
* This file is part of the Sylius package.
*
* (c) Paweł Jędrzejewski
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Sylius\Bundle\UiBundle\Twig;

View file

@ -443,6 +443,9 @@
"psr/event-dispatcher": {
"version": "1.0.0"
},
"psr/http-client": {
"version": "1.0.0"
},
"psr/http-message": {
"version": "1.0.1"
},