Skip to content

Commit

Permalink
Merge pull request #5 from FreeElephants/http-foundation-4.4.1
Browse files Browse the repository at this point in the history
Http foundation 4.4.1
  • Loading branch information
samizdam authored May 5, 2020
2 parents e8d69ad + a3a696f commit d2200c0
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ services:
- docker

env:
- VERSION=0.3.0
- VERSION=0.5.0

language: php

php:
- 7.1
- 7.4

install:
- composer self-update
Expand All @@ -32,4 +32,4 @@ after_success:

cache:
directories:
- $HOME/.composer/cache
- $HOME/.composer/cache
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.5.0] 2020-05-05
### Changed
- Build image from php:7.4-cli

### Security
- Bump symfony/http-foundation from 4.2.3 to 4.4.1

## [0.4.0] 2019-10-27
### Added
- Full jwt content returned.
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
FROM php:7.1.8-cli
FROM php:7.4-cli

RUN mkdir /var/log/thruway/ \
&& apt-get update \
Expand All @@ -20,4 +20,4 @@ WORKDIR /srv/thruway/

CMD ["supervisord", "-c", "/etc/supervisor/supervisor.conf"]

EXPOSE 9000
EXPOSE 9000
209 changes: 195 additions & 14 deletions composer.lock

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

0 comments on commit d2200c0

Please sign in to comment.