Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Fixed lowest-dependencies test by forcing guzzle version 6 and higher
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Feb 21, 2019
1 parent 2d15f05 commit 1f44661
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/DependencyInjection/AppInsightsPHPExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function test_doctrine_logger_configuration()
$this->assertInstanceOf(DependencyLogger::class, $this->container->get('app_insights_php.doctrine.logger.dependency'));
}

public function test_ingored_exceptions_configuration()
public function test_ignored_exceptions_configuration()
{
$extension = new AppInsightsPHPExtension();
$extension->load(
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"require": {
"php": "^7.1",
"app-insights-php/monolog-handler": "^0.1",
"symfony/framework-bundle": "^3.4|^4.0"
"symfony/framework-bundle": "^3.4|^4.0",
"guzzlehttp/guzzle": "^6.0"
},
"scripts": {
"test": [
Expand Down

0 comments on commit 1f44661

Please sign in to comment.