File tree Expand file tree Collapse file tree 3 files changed +9
-13
lines changed Expand file tree Collapse file tree 3 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 6
6
directories :
7
7
- $HOME/.composer/cache/files
8
8
9
- php :
10
- - 5.6
11
- - 7.0
12
- - 7.1
13
-
14
9
matrix :
15
10
fast_finish : true
16
11
include :
17
- - php : 5.3
18
- dist : precise
12
+ - php : 7.1
19
13
env : COMPOSER_OPTIONS="--prefer-lowest --prefer-stable"
20
- - php : 5.4
21
- dist : precise
22
- - php : 5.5
23
- dist : precise
14
+ - php : 7.3
24
15
- php : 7.2
25
16
env : deps="high"
26
17
Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 2.1.0
5
+ -----
6
+
7
+ * dropped support for PHP < 7.1
8
+
4
9
2.0.0
5
10
-----
6
11
Original file line number Diff line number Diff line change 12
12
}
13
13
],
14
14
"require" : {
15
- "php" : " ^5.3 || ^7.0 "
15
+ "php" : " ^7.1 "
16
16
},
17
17
"autoload" : {
18
18
"psr-4" : {
21
21
},
22
22
"extra" : {
23
23
"branch-alias" : {
24
- "dev-master" : " 2.0 .x-dev"
24
+ "dev-master" : " 2.1 .x-dev"
25
25
}
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments