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

Commit

Permalink
Updated dependencies to stable versions
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Feb 21, 2019
1 parent 3de06ba commit 6a4c591
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
"suggest": {
"app-insights-php/doctrine-dependency-logger": "Allows trace doctrine dbal queries as dependency metric type."
},
"minimum-stability": "dev",
"require": {
"php": "^7.1",
"app-insights-php/monolog-handler": "dev-master",
"app-insights-php/monolog-handler": "^0.1",
"symfony/framework-bundle": "^3.4|^4.0"
},
"scripts": {
Expand All @@ -36,9 +35,9 @@
]
},
"require-dev": {
"app-insights-php/doctrine-dependency-logger": "dev-master",
"app-insights-php/doctrine-dependency-logger": "^0.1",
"phpunit/phpunit": "^7.1",
"friendsofphp/php-cs-fixer": "^2.15",
"symfony/phpunit-bridge": "^4.3"
"friendsofphp/php-cs-fixer": "^2.14",
"symfony/phpunit-bridge": "^4.2"
}
}

0 comments on commit 6a4c591

Please sign in to comment.