mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Add PimpleContainerDump helper
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -65,3 +65,5 @@ behat.yml
|
||||
# Exclude jison files
|
||||
grammar/query.js
|
||||
grammar/jison-*
|
||||
|
||||
pimple.json
|
||||
|
@@ -89,6 +89,7 @@
|
||||
"simple-bus/message-bus": "^2.1",
|
||||
"simple-bus/serialization": "^2.0",
|
||||
"sorien/silex-dbal-profiler": "~1.0.0",
|
||||
"sorien/silex-pimple-dumper": "^1.0",
|
||||
"swiftmailer/swiftmailer": "~5.3.0",
|
||||
"symfony/symfony": "~2.4",
|
||||
"themattharris/tmhoauth": "~0.7",
|
||||
|
@@ -117,6 +117,7 @@ use Silex\Provider\SwiftmailerServiceProvider;
|
||||
use Silex\Provider\TwigServiceProvider;
|
||||
use Silex\Provider\UrlGeneratorServiceProvider;
|
||||
use Silex\Provider\ValidatorServiceProvider;
|
||||
use Sorien\Provider\PimpleDumpProvider;
|
||||
use Symfony\Bridge\Twig\Extension\TranslationExtension;
|
||||
use Symfony\Component\Form\Exception\FormException;
|
||||
use Symfony\Component\Form\FormBuilderInterface;
|
||||
@@ -176,6 +177,7 @@ class Application extends SilexApplication
|
||||
ini_set('log_errors', 'on');
|
||||
ini_set('error_log', $this['root.path'].'/logs/php_error.log');
|
||||
}
|
||||
$this->register(new PimpleDumpProvider());
|
||||
|
||||
$this->register(new ConfigurationServiceProvider());
|
||||
$this->register(new MonologServiceProvider());
|
||||
|
Reference in New Issue
Block a user