Skip to content

Commit

Permalink
Merge pull request #41 from iteman/new-dependency-versions
Browse files Browse the repository at this point in the history
New dependency versions
  • Loading branch information
iteman committed Jan 31, 2018
2 parents a7895db + 2c86f46 commit 6afa656
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,6 @@ cache:
- $HOME/.composer/cache

php:
- 7.0
- 7.1
- 7.2

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -11,15 +11,15 @@
}
],
"require": {
"php": ">=7.0.8",
"php": "^7.1.3",
"ext-dom": "*",
"phpmentors/domain-kata": "~1.4",
"piece/stagehand-fsm": "~2.5",
"symfony/expression-language": "~2.8 || ~3.0"
"piece/stagehand-fsm": "~2.6",
"symfony/expression-language": "~3.4|~4.0"
},
"require-dev": {
"phake/phake": "~2.0",
"phpunit/phpunit": "~4.0"
"phpunit/phpunit": "~5.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml.dist
Expand Up @@ -2,7 +2,7 @@ version: '2'
services:
app:
container_name: "phpmentors.workflower.app"
image: "phpmentors/php-app:php70"
image: "phpmentors/php-app:php71"
volumes:
- ".:/var/app"
environment:
Expand Down

0 comments on commit 6afa656

Please sign in to comment.