File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 49
49
- CHECKS=phpcs
50
50
51
51
# Test remaining supported PHP versions
52
- - stage : Test
53
- php : " 5.6"
54
52
- stage : Test
55
53
php : " 7.0"
56
54
- stage : Test
62
60
63
61
# Test against lowest supported dependencies
64
62
- stage : Test
65
- php : " 5.6 "
63
+ php : " 7.0 "
66
64
env :
67
65
- COMPOSER_OPTIONS=--prefer-lowest
68
66
Original file line number Diff line number Diff line change 10
10
{
"name" :
" Katherine Walker" ,
"email" :
" [email protected] " }
11
11
],
12
12
"require" : {
13
- "php" : " ^5.6 || ^ 7.0" ,
13
+ "php" : " ^7.0" ,
14
14
"ext-hash" : " *" ,
15
15
"ext-json" : " *" ,
16
16
"ext-mongodb" : " ^1.7"
17
17
},
18
18
"require-dev" : {
19
- "phpunit/phpunit" : " ^5.7.27 || ^ 6.4 || ^8.3" ,
20
- "sebastian/comparator" : " ^1.0 || ^ 2.0 || ^3.0" ,
19
+ "phpunit/phpunit" : " ^6.4 || ^8.3" ,
20
+ "sebastian/comparator" : " ^2.0 || ^3.0" ,
21
21
"squizlabs/php_codesniffer" : " ^3.4" ,
22
22
"symfony/phpunit-bridge" : " ^4.4@dev"
23
23
},
You can’t perform that action at this time.
0 commit comments