File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 26
26
include :
27
27
- stage : Test
28
28
php : 7.1
29
- env :
30
- - DEPS=--prefer-lowest
29
+ name : prefer-lowest
31
30
install :
31
+ - composer remove --dev friendsofphp/php-cs-fixer phpstan/phpstan --no-update
32
32
- travis_retry travis_wait composer install --no-interaction --prefer-dist
33
33
- travis_retry travis_wait composer update --no-interaction --prefer-dist --prefer-stable --prefer-lowest
34
34
- stage : Code style and static analysis
Original file line number Diff line number Diff line change 23
23
"jean85/pretty-package-versions" : " ^1.0" ,
24
24
"sentry/sdk" : " ^2.0" ,
25
25
"symfony/config" : " ^3.0||^4.0" ,
26
- "symfony/console" : " ^3.3 ||^4.0" ,
26
+ "symfony/console" : " ^3.0 ||^4.0" ,
27
27
"symfony/dependency-injection" : " ^3.0||^4.0" ,
28
28
"symfony/event-dispatcher" : " ^3.0||^4.0" ,
29
29
"symfony/http-kernel" : " ^3.0||^4.0" ,
Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ public function getConfigTreeBuilder()
65
65
'%kernel.cache_dir% ' ,
66
66
$ this ->getProjectRoot () . '/vendor ' ,
67
67
])
68
- ->scalarPrototype ( )->end ()
68
+ ->prototype ( ' scalar ' )->end ()
69
69
->end ()
70
70
->arrayNode ('excluded_exceptions ' )
71
71
->defaultValue ($ defaultValues ->getExcludedExceptions ())
72
- ->scalarPrototype ( )->end ()
72
+ ->prototype ( ' scalar ' )->end ()
73
73
->end ()
74
74
->scalarNode ('http_proxy ' )
75
75
->end ()
@@ -81,7 +81,7 @@ public function getConfigTreeBuilder()
81
81
->end ()
82
82
->arrayNode ('prefixes ' )
83
83
->defaultValue ($ defaultValues ->getPrefixes ())
84
- ->scalarPrototype ( )->end ()
84
+ ->prototype ( ' scalar ' )->end ()
85
85
->end ()
86
86
->scalarNode ('project_root ' )
87
87
->defaultValue ($ this ->getProjectRoot ())
@@ -100,7 +100,7 @@ public function getConfigTreeBuilder()
100
100
->end ()
101
101
->arrayNode ('tags ' )
102
102
->normalizeKeys (false )
103
- ->scalarPrototype ( )
103
+ ->prototype ( ' scalar ' )
104
104
->end ()
105
105
;
106
106
Original file line number Diff line number Diff line change 22
22
</call >
23
23
</service >
24
24
25
- <service id =" Sentry\SentryBundle\EventListener\ConsoleListener" public =" false" >
25
+ <service id =" Sentry\SentryBundle\EventListener\ConsoleListener" class = " Sentry\SentryBundle\EventListener\ConsoleListener " public =" false" >
26
26
<argument type =" service" id =" Sentry\State\HubInterface" />
27
27
<argument type =" service" id =" security.token_storage" on-invalid =" ignore" />
28
28
<argument type =" service" id =" security.authorization_checker" on-invalid =" ignore" />
29
29
30
30
<tag name =" kernel.event_listener" event =" console.command" method =" onConsoleCommand" priority =" %sentry.listener_priorities.console%" />
31
31
</service >
32
32
33
- <service id =" Sentry\SentryBundle\EventListener\RequestListener" public =" false" >
33
+ <service id =" Sentry\SentryBundle\EventListener\RequestListener" class = " Sentry\SentryBundle\EventListener\RequestListener " public =" false" >
34
34
<argument type =" service" id =" Sentry\State\HubInterface" />
35
35
<argument type =" service" id =" security.token_storage" on-invalid =" ignore" />
36
36
<argument type =" service" id =" security.authorization_checker" on-invalid =" ignore" />
You can’t perform that action at this time.
0 commit comments