Skip to content

Commit

Permalink
Release 3.1.0 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
roquie committed May 21, 2020
1 parent b32cbac commit 020b18c
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [3.1.0] - 2020-05-21

### Added

* Server preserves query params in prerender proxy pass.

### Changed

None.

### Removed

None.

## [3.0.0] - 2020-05-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM composer:1.10
FROM roquie/composer-parallel:1

COPY . /app

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM roquie/composer-parallel
FROM roquie/composer-parallel:1

COPY . /app

Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ push:

run:
docker run --rm -it --init -p 8088:8080 $(IMAGE):$(VERSION)

test:
docker run -w /app --entrypoint bash --rm -it --init -v `pwd`/:/app \
spacetabio/static-server-php:3.1.0-xdebug -c "vendor/bin/phpunit"
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,11 @@
"psr-4": {
"StaticServer\\Tests\\": "tests"
}
},
"scripts": {
"test": [
"phpstan analyse src --level 6",
"phpunit"
]
}
}
11 changes: 6 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 020b18c

Please sign in to comment.