Skip to content

Commit

Permalink
prepare 5.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jun 29, 2022
1 parent 99bcedb commit 9dcf301
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,7 +2,8 @@

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

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


### Added

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

- None

## [5.0.0] - 2022-02-22
## [5.0.0](https://github.com/thephpleague/period/compare/4.12.0...5.0.0) - 2022-02-22

### Added

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -47,11 +47,11 @@
"ext-json": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v3.8.0",
"phpstan/phpstan": "^1.7.0",
"phpstan/phpstan-phpunit": "^1.1.1",
"phpstan/phpstan-strict-rules": "^1.2.3",
"phpunit/phpunit": "^9.5.20"
"friendsofphp/php-cs-fixer": "^v3.8",
"phpstan/phpstan": "^1.7",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.2",
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 3 additions & 0 deletions phpunit.xml
Expand Up @@ -10,6 +10,9 @@
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
convertDeprecationsToExceptions="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutTestsThatDoNotTestAnything="true"
processIsolation="false"
stopOnFailure="false">
<coverage>
Expand Down

0 comments on commit 9dcf301

Please sign in to comment.