File tree 3 files changed +14
-5
lines changed
3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ language: php
3
3
dist : bionic
4
4
5
5
php :
6
- - 7.1
7
- - 7.2
8
6
- 7.3
9
7
- 7.4
10
8
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
4
4
5
+ ## [ 4.0.0] - 2020-02-07
6
+
7
+ ### Removed
8
+
9
+ * Removed support for PHP 7.1 and PHP 7.2
10
+
5
11
## [ 3.0.2] - 2019-02-04
6
12
7
13
### Changed
@@ -46,6 +52,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
46
52
47
53
* This component is no longer supported on PHP 5.6
48
54
55
+ [ 4.0.0 ] : https://github.com/sebastianbergmann/diff/compare/3.0.2...master
49
56
[ 3.0.2 ] : https://github.com/sebastianbergmann/diff/compare/3.0.1...3.0.2
50
57
[ 3.0.1 ] : https://github.com/sebastianbergmann/diff/compare/3.0.0...3.0.1
51
58
[ 3.0.0 ] : https://github.com/sebastianbergmann/diff/compare/2.0...3.0.0
Original file line number Diff line number Diff line change 15
15
}
16
16
],
17
17
"prefer-stable" : true ,
18
+ "minimum-stability" : " dev" ,
18
19
"config" : {
20
+ "platform" : {
21
+ "php" : " 7.3.0"
22
+ },
19
23
"optimize-autoloader" : true ,
20
24
"sort-packages" : true
21
25
},
22
26
"require" : {
23
- "php" : " ^7.1 "
27
+ "php" : " ^7.3 "
24
28
},
25
29
"require-dev" : {
26
- "phpunit/phpunit" : " ^7.5 || ^8 .0" ,
30
+ "phpunit/phpunit" : " ^9 .0" ,
27
31
"symfony/process" : " ^4 || ^5"
28
32
},
29
33
"autoload" : {
38
42
},
39
43
"extra" : {
40
44
"branch-alias" : {
41
- "dev-master" : " 3 .0-dev"
45
+ "dev-master" : " 4 .0-dev"
42
46
}
43
47
}
44
48
}
You can’t perform that action at this time.
0 commit comments