Skip to content

Commit

Permalink
Merge pull request #23 from swagger-mock/22-server-path-in-routing
Browse files Browse the repository at this point in the history
22 server path in routing
  • Loading branch information
strider2038 authored Nov 11, 2019
2 parents 4826e8a + 4e9a90c commit 5344329
Show file tree
Hide file tree
Showing 65 changed files with 1,784 additions and 1,091 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN set -xe \
FROM php:7.3-alpine
LABEL maintainer="Igor Lazarev <[email protected]>"

ARG ROADRUNNER_VERSION=1.5.0
ARG ROADRUNNER_VERSION=1.5.1

ENV APP_ENV=prod \
SWAGGER_MOCK_SPECIFICATION_URL='' \
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"ext-ctype": "*",
"ext-iconv": "*",
"ext-json": "*",
"doctrine/collections": "1.*",
"fzaninotto/faker": "1.*",
"guzzlehttp/guzzle": "6.*",
"myclabs/php-enum": "^1.6",
"psr/simple-cache": "^1.0",
"ramsey/collection": "^1.0",
"spiral/roadrunner": "1.*",
"symfony/cache": "4.*",
"symfony/console": "4.*",
Expand Down
Loading

0 comments on commit 5344329

Please sign in to comment.