Skip to content

Commit

Permalink
trying to fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nuryagdym committed May 19, 2024
1 parent 739914f commit f30be45
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"require-dev": {
"nyholm/psr7": "^1.8",
"psr/http-client": "^1.0",
"symfony/framework-bundle": "^6.0",
"symfony/http-client": "^6.0",
"symfony/phpunit-bridge": "^6.0",
"symfony/yaml": "^6.0"
"symfony/framework-bundle": "^6.4",
"symfony/http-client": "^6.4",
"symfony/phpunit-bridge": "^6.4",
"symfony/yaml": "^6.4"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 1 addition & 0 deletions tests/Kernel/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public function registerBundles(): iterable

public function registerContainerConfiguration(LoaderInterface $loader): void
{
$loader->load(__DIR__.'/../config/framework.yaml', 'yaml');
$loader->load(__DIR__.'/../config/services.yaml', 'yaml');
$loader->load(__DIR__.'/../config/mews_pos.yaml', 'yaml');
}
Expand Down
5 changes: 5 additions & 0 deletions tests/config/framework.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
framework:
http_method_override: false
handle_all_throwables: true
php_errors:
log: true

0 comments on commit f30be45

Please sign in to comment.