Skip to content

Commit

Permalink
Update slim
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansuter committed May 19, 2019
1 parent 3e9d10b commit d7edb02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 d7edb02

Please sign in to comment.