Skip to content

Commit

Permalink
remove php5.4 from travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed Aug 12, 2015
1 parent feac7a5 commit 2652d9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"psr/http-message": "1.0"
},
"require-dev": {
"slim/slim": "3.0.0-beta2"
"slim/slim": "3.x-dev"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2652d9b

Please sign in to comment.