Skip to content

Commit 6eb961f

Browse files
committed
v3.2.0
1 parent 1f37d77 commit 6eb961f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ See [GitHub releases](https://github.com/mll-lab/php-utils/releases).
99

1010
## Unreleased
1111

12+
## v3.2.0
13+
14+
### Added
15+
16+
- Support `nesbot/carbon` 3
17+
1218
## v3.1.0
1319

1420
### Changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ it: fix stan test ## Run the commonly used targets
55
help: ## Displays this list of targets with descriptions
66
@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(firstword $(MAKEFILE_LIST)) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[32m%-30s\033[0m %s\n", $$1, $$2}'
77

8+
setup: vendor ## Set up the repository
9+
810
.PHONY: coverage
911
coverage: vendor ## Collects coverage from running unit tests with phpunit
1012
mkdir --parents .build/phpunit

0 commit comments

Comments
 (0)