Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jumilla committed Jan 26, 2017
1 parent c6d23e2 commit 0d7c19a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,6 +1,8 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -12,11 +12,11 @@
}
],
"require": {
"php": ">=5.5",
"php": ">=5.3",
"league/flysystem": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"phpunit/phpunit": "~4.0|~5.0",
"mockery/mockery": "~0.9"
},
"autoload": {
Expand Down

0 comments on commit 0d7c19a

Please sign in to comment.