Skip to content

Commit

Permalink
Bumping minimum PHP version to 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Feb 28, 2019
1 parent 346e057 commit 9ab7a9f
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
Expand Up @@ -3,7 +3,6 @@ language: php
php:
- 5.6
- 5.5
- 5.4
- hhvm

before_script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"require": {
"php": ">= 5.4",
"php": ">= 5.5",
"aura/router": "~2.0",
"league/plates": "~2.1",
"werx/config": "~1.0",
Expand Down

0 comments on commit 9ab7a9f

Please sign in to comment.