Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 54e4150

Browse files
committed
phpdoc Makefile task
* Downloads latest version of phpDocumentor * Ignores the phar file on git
1 parent 8ec07b6 commit 54e4150

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ vendor
44
cover
55
*.phar
66
/composer.phar
7+
/phpDocumentor.phar
78
/composer.lock
89
build
910
.idea

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ dist-clean:
3333
docker-nats:
3434
docker run --rm -p 8222:8222 -p 4222:4222 -d --name nats-main nats
3535

36+
phpdoc:
37+
wget -q http://phpdoc.org/phpDocumentor.phar -O ./phpDocumentor.phar
38+
3639
.PHONY: lint test cs cover deps dist-clean

0 commit comments

Comments
 (0)