File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ matrix:
17
17
include :
18
18
- php : 7.0
19
19
env : COMPOSER_OPTIONS="--prefer-lowest --prefer-stable"
20
- - php : 7.0
21
- env : COMPOSER_OPTIONS=""
22
20
- php : 7.1
23
21
env : TEST_COVERAGE=true
24
22
allow_failures :
Original file line number Diff line number Diff line change 14
14
"require" : {
15
15
"php" : " >=5.3.3" ,
16
16
"sentry/sentry" : " >=1.5.0" ,
17
- "symfony/framework-bundle" : " >=2.4.0"
17
+ "symfony/config" : " ^2.4|^3.0" ,
18
+ "symfony/console" : " ^2.4|^3.0" ,
19
+ "symfony/dependency-injection" : " ^2.4|^3.0" ,
20
+ "symfony/event-dispatcher" : " ^2.4|^3.0" ,
21
+ "symfony/http-kernel" : " ^2.4|^3.0" ,
22
+ "symfony/security-core" : " ^2.4|^3.0"
18
23
},
19
24
"require-dev" : {
20
25
"friendsofphp/php-cs-fixer" : " ^1.8.0" ,
21
26
"phpunit/phpunit" : " ^4.6.6"
22
27
},
23
- "minimum-stability" : " dev" ,
24
28
"autoload" : {
25
29
"psr-0" : {
26
30
"Sentry\\ SentryBundle\\ " : " src/"
You can’t perform that action at this time.
0 commit comments