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

Commit 248dbcf

Browse files
committed
Better makefile and upgraded phpspec
1 parent e6c31f7 commit 248dbcf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ deps:
4848

4949
dev-deps:
5050
$(call require_phar,composer.phar,$(COMPOSER_PHAR))
51-
./composer.phar install --dev
51+
./composer.phar install
5252

5353
dist-clean:
5454
rm -rf $(CLEAN_PATHS)
@@ -57,8 +57,8 @@ docker-nats:
5757
docker run --rm -p 8222:8222 -p 4222:4222 -d --name nats-main nats
5858

5959
phpdoc:
60-
$(call require_phar,phpDocumentor.phar,$(PHPDOCUMENTOR_PHAR_URL))
61-
./phpDocumentor.phar -d ./src/ -t $(API_DOCS_PATH) --template=checkstyle --template=responsive-twig
60+
$(call require_phar,phpdoc.phar,$(PHPDOCUMENTOR_PHAR_URL))
61+
./phpdoc.phar -d ./src/ -t $(API_DOCS_PATH) --template=checkstyle --template=responsive-twig
6262

6363
serve-phpdoc:
6464
cd $(API_DOCS_PATH) && php -S localhost:8000 && cd ../..

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"require-dev": {
1111
"phpunit/phpunit": "5.*",
12-
"phpspec/phpspec": "~2.0",
12+
"phpspec/phpspec": "^3.0",
1313
"satooshi/php-coveralls": "dev-master"
1414
},
1515
"authors": [

0 commit comments

Comments
 (0)