Skip to content

Commit

Permalink
update travis + composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugan27 committed Jul 16, 2017
1 parent 2cba6af commit 4a13e98
Show file tree
Hide file tree
Showing 3 changed files with 498 additions and 145 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,9 +1,8 @@
language: php
php:
- "7.1"
- "7.0"
- "5.6"
- "5.5"
- "5.4"

before_script:
- composer self-update
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -2,7 +2,7 @@
"name": "jetfirephp/routing",
"type": "library",
"description": "JetFire - Routing",
"keywords": ["Rounting", "Dispatcher"],
"keywords": ["Rounting", "Dispatcher", "Micro MVC"],
"license": "MIT",
"authors": [
{
Expand All @@ -12,10 +12,10 @@
}
],
"require": {
"php": ">=5.5.0"
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
"phpunit/phpunit": "5.7.*",
"symfony/yaml": "v2.8.2"
},
"suggest": {
Expand Down

0 comments on commit 4a13e98

Please sign in to comment.