set dist: trusty for travis, and composer version fix

This commit is contained in:
Nabeel Shahzad 2017-06-08 22:31:28 -05:00
parent adbc290d2d
commit 5b9e030144
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
dist: trusty
language: php
php:
- '7.0'

View File

@ -5,8 +5,8 @@
"license": "MIT",
"type": "project",
"require": {
"php": ">=7.*",
"laravel/framework": "^7.0",
"php": ">=7.0",
"laravel/framework": "5.3.*",
"yajra/laravel-datatables-oracle": "~6.0",
"barryvdh/laravel-ide-helper": "^2.1",
"infyomlabs/laravel-generator": "5.3.x-dev",