File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed 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
+ ## [ 1.1.4] - 2020-11-30
6
+
7
+ ### Changed
8
+
9
+ * Changed PHP version constraint in ` composer.json ` from ` ^7.2 ` to ` >=7.2 `
10
+
5
11
## [ 1.1.3] - 2019-07-02
6
12
7
13
### Fixed
@@ -31,6 +37,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
31
37
32
38
* Initial release based on [ code contributed by Michel Hartmann to PHPUnit] ( https://github.com/sebastianbergmann/phpunit/pull/3673 )
33
39
40
+ [ 1.1.4 ] : https://github.com/sebastianbergmann/type/compare/1.1.3...1.1.4
34
41
[ 1.1.3 ] : https://github.com/sebastianbergmann/type/compare/1.1.2...1.1.3
35
42
[ 1.1.2 ] : https://github.com/sebastianbergmann/type/compare/1.1.1...1.1.2
36
43
[ 1.1.1 ] : https://github.com/sebastianbergmann/type/compare/1.1.0...1.1.1
Original file line number Diff line number Diff line change 16
16
},
17
17
"prefer-stable" : true ,
18
18
"require" : {
19
- "php" : " ^ 7.2"
19
+ "php" : " >= 7.2"
20
20
},
21
21
"require-dev" : {
22
22
"phpunit/phpunit" : " ^8.2"
You can’t perform that action at this time.
0 commit comments