Skip to content

Commit

Permalink
Merge pull request #6 from adriansuter/patch-slim-beta
Browse files Browse the repository at this point in the history
Update Slim to version 4.0.0-beta
  • Loading branch information
adriansuter committed May 19, 2019
2 parents 3e9d10b + d7edb02 commit b4d6f84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -4,13 +4,13 @@ sudo: false

matrix:
include:
- php: "7.1.28"
- php: "7.1.29"
env: PSR7="Slim"
- php: "7.1.28"
- php: "7.1.29"
env: PSR7="Nyholm"
- php: "7.1.28"
- php: "7.1.29"
env: PSR7="Guzzle"
- php: "7.1.28"
- php: "7.1.29"
env: PSR7="Zend"

before_install:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
],
"require": {
"ext-json": "*",
"slim/slim": "4.0.0-alpha"
"slim/slim": "4.0.0-beta"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
Expand Down

0 comments on commit b4d6f84

Please sign in to comment.