Skip to content

Commit 9dcf301

Browse files
committed
prepare 5.1.0 release
1 parent 99bcedb commit 9dcf301

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
All notable changes to `Period` will be documented in this file
44

5-
## [Next] - TBD
5+
## [5.1.0](https://github.com/thephpleague/period/compare/5.0.0...5.1.0) - 2022-06-28
6+
67

78
### Added
89

@@ -20,7 +21,7 @@ All notable changes to `Period` will be documented in this file
2021

2122
- None
2223

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
2425

2526
### Added
2627

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"ext-json": "*"
4848
},
4949
"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"
5555
},
5656
"autoload": {
5757
"psr-4": {

phpunit.xml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
convertErrorsToExceptions="true"
1111
convertNoticesToExceptions="true"
1212
convertWarningsToExceptions="true"
13+
convertDeprecationsToExceptions="true"
14+
beStrictAboutOutputDuringTests="true"
15+
beStrictAboutTestsThatDoNotTestAnything="true"
1316
processIsolation="false"
1417
stopOnFailure="false">
1518
<coverage>

0 commit comments

Comments
 (0)