Skip to content

Commit

Permalink
move dependency symfony/stopwatch to required (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov committed Jul 30, 2019
1 parent ef71f06 commit bb4cded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -17,14 +17,14 @@
"require": {
"php": ">=5.4.0",
"geoip2/geoip2": "~2.0",
"gpslab/compressor": "~1.0"
"gpslab/compressor": "~1.0",
"symfony/stopwatch": "~2.3|~3.0|~4.0"
},
"require-dev": {
"symfony/http-kernel": "~2.3|~3.0|~4.0",
"symfony/dependency-injection": "~2.3|~3.0|~4.0",
"symfony/expression-language": "~2.3|~3.0|~4.0",
"symfony/console": "~2.3|~3.0|~4.0",
"symfony/stopwatch": "~2.3|~3.0|~4.0",
"composer/composer" : "~1.3",
"phpunit/phpunit": "~4.8",
"scrutinizer/ocular": "~1.3",
Expand Down

0 comments on commit bb4cded

Please sign in to comment.