File tree 3 files changed +11
-7
lines changed
3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` Period ` will be documented in this file
4
4
5
- ## [ Next] - TBD
5
+ ## [ 5.1.0] ( https://github.com/thephpleague/period/compare/5.0.0...5.1.0 ) - 2022-06-28
6
+
6
7
7
8
### Added
8
9
@@ -20,7 +21,7 @@ All notable changes to `Period` will be documented in this file
20
21
21
22
- None
22
23
23
- ## [ 5.0.0] - 2022-02-22
24
+ ## [ 5.0.0] ( https://github.com/thephpleague/period/compare/4.12.0...5.0.0 ) - 2022-02-22
24
25
25
26
### Added
26
27
Original file line number Diff line number Diff line change 47
47
"ext-json" : " *"
48
48
},
49
49
"require-dev" : {
50
- "friendsofphp/php-cs-fixer" : " ^v3.8.0 " ,
51
- "phpstan/phpstan" : " ^1.7.0 " ,
52
- "phpstan/phpstan-phpunit" : " ^1.1.1 " ,
53
- "phpstan/phpstan-strict-rules" : " ^1.2.3 " ,
54
- "phpunit/phpunit" : " ^9.5.20 "
50
+ "friendsofphp/php-cs-fixer" : " ^v3.8" ,
51
+ "phpstan/phpstan" : " ^1.7" ,
52
+ "phpstan/phpstan-phpunit" : " ^1.1" ,
53
+ "phpstan/phpstan-strict-rules" : " ^1.2" ,
54
+ "phpunit/phpunit" : " ^9.5"
55
55
},
56
56
"autoload" : {
57
57
"psr-4" : {
Original file line number Diff line number Diff line change 10
10
convertErrorsToExceptions =" true"
11
11
convertNoticesToExceptions =" true"
12
12
convertWarningsToExceptions =" true"
13
+ convertDeprecationsToExceptions =" true"
14
+ beStrictAboutOutputDuringTests =" true"
15
+ beStrictAboutTestsThatDoNotTestAnything =" true"
13
16
processIsolation =" false"
14
17
stopOnFailure =" false" >
15
18
<coverage >
You can’t perform that action at this time.
0 commit comments