Skip to content

Commit

Permalink
Merge pull request #38 from ftrrtf/opt-travis-config
Browse files Browse the repository at this point in the history
Release current master as v1.0.0
  • Loading branch information
ftrrtf authored Nov 7, 2017
2 parents 7a66324 + d986ea1 commit 04da392
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1

env:
- SYMFONY_VERSION=2.7.*
- SYMFONY_VERSION=2.8.*
- SYMFONY_VERSION=3.0.*
- SYMFONY_VERSION=3.3.*

matrix:
include:
Expand Down
1 change: 1 addition & 0 deletions DependencyInjection/FtrrtfRollbarExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public function load(array $configs, ContainerBuilder $container)
$this->prepareLogsDir(
$container->getParameterBag()->resolveValue($transport['agent_log_location'])
);

break;
case 'curl':
default:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This package needs: `PHP >= 5.5.9`

"require" : {
// ...
"ftrrtf/rollbar-bundle": "v0.5",
"ftrrtf/rollbar-bundle": "^1.0",
}

### Register the bundle in your application
Expand Down
6 changes: 3 additions & 3 deletions Rollbar/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Ftrrtf\Rollbar\Environment as BaseEnvironment;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpKernel\Kernel;
use Symfony\Component\OptionsResolver\Options;
use Symfony\Component\OptionsResolver\OptionsResolver;

/**
* Configure Symfony specific env.
Expand Down Expand Up @@ -52,9 +52,9 @@ public function setRequest($request)
}

/**
* @param Options $resolver
* @param OptionsResolver $resolver
*/
protected function setDefaultOptions(Options $resolver)
protected function setDefaultOptions(OptionsResolver $resolver)
{
parent::setDefaultOptions($resolver);

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"symfony/framework-bundle": "^2.7.3|^3.0",
"symfony/security-bundle": "^2.7.3|^3.0",
"symfony/expression-language": "^2.7.3|^3.0",
"ftrrtf/rollbar-notifier": "2.0.0-alpha1"
"ftrrtf/rollbar-notifier": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
Expand Down

0 comments on commit 04da392

Please sign in to comment.