add php 7.2 to travis

This commit is contained in:
Nabeel Shahzad 2017-12-06 22:37:51 -06:00
parent 3b892ca849
commit 168271bd39
5 changed files with 44 additions and 3 deletions

View File

@ -125,6 +125,7 @@
<path value="$PROJECT_DIR$/vendor/nabeel/laravel-installer" />
<path value="$PROJECT_DIR$/vendor/tivie/php-os-detector" />
<path value="$PROJECT_DIR$/vendor/jackiedo/timezonelist" />
<path value="$PROJECT_DIR$/vendor/tremby/laravel-git-version" />
</include_path>
</component>
<component name="PhpProjectServersManager">

View File

@ -3,7 +3,7 @@ language: php
php:
- '7.0'
- '7.1'
# - hhvm
- '7.2'
services:
- mysql

View File

@ -48,7 +48,8 @@
"nabeel/laravel-installer": "dev-master",
"tivie/php-os-detector": "1.1.0",
"jackiedo/timezonelist": "^5.0",
"nesbot/carbon": "^1.22"
"nesbot/carbon": "^1.22",
"tremby/laravel-git-version": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "6.4.0",

38
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "f2bce1dffa47efbd492ce598ca910d39",
"content-hash": "2f361a73a9d21108cf1e05a2bbfb1626",
"packages": [
{
"name": "anlutro/l4-settings",
@ -6101,6 +6101,42 @@
],
"time": "2015-02-23T12:40:40+00:00"
},
{
"name": "tremby/laravel-git-version",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/tremby/laravel-git-version.git",
"reference": "8c462c3209f13b4343f38c126a216bbdeabf6598"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tremby/laravel-git-version/zipball/8c462c3209f13b4343f38c126a216bbdeabf6598",
"reference": "8c462c3209f13b4343f38c126a216bbdeabf6598",
"shasum": ""
},
"require": {
"illuminate/support": ">=4"
},
"type": "library",
"autoload": {
"psr-4": {
"Tremby\\LaravelGitVersion\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bart Nagel",
"email": "bart@tremby.net"
}
],
"description": "A helper to get the current git version of the application",
"time": "2017-04-03T23:17:44+00:00"
},
{
"name": "vlucas/phpdotenv",
"version": "v2.4.0",

View File

@ -94,6 +94,7 @@
<excludeFolder url="file://$MODULE_DIR$/vendor/theseer/tokenizer" />
<excludeFolder url="file://$MODULE_DIR$/vendor/tivie/php-os-detector" />
<excludeFolder url="file://$MODULE_DIR$/vendor/toin0u/geotools-laravel" />
<excludeFolder url="file://$MODULE_DIR$/vendor/tremby/laravel-git-version" />
<excludeFolder url="file://$MODULE_DIR$/vendor/webmozart/assert" />
<excludeFolder url="file://$MODULE_DIR$/vendor/webpatser/laravel-uuid" />
<excludeFolder url="file://$MODULE_DIR$/vendor/willdurand/geocoder" />
@ -194,6 +195,7 @@
<root url="file://$MODULE_DIR$/vendor/theseer/tokenizer" />
<root url="file://$MODULE_DIR$/vendor/tivie/php-os-detector" />
<root url="file://$MODULE_DIR$/vendor/toin0u/geotools-laravel" />
<root url="file://$MODULE_DIR$/vendor/tremby/laravel-git-version" />
<root url="file://$MODULE_DIR$/vendor/webmozart/assert" />
<root url="file://$MODULE_DIR$/vendor/webpatser/laravel-uuid" />
<root url="file://$MODULE_DIR$/vendor/willdurand/geocoder" />
@ -292,6 +294,7 @@
<root url="file://$MODULE_DIR$/vendor/theseer/tokenizer" />
<root url="file://$MODULE_DIR$/vendor/tivie/php-os-detector" />
<root url="file://$MODULE_DIR$/vendor/toin0u/geotools-laravel" />
<root url="file://$MODULE_DIR$/vendor/tremby/laravel-git-version" />
<root url="file://$MODULE_DIR$/vendor/webmozart/assert" />
<root url="file://$MODULE_DIR$/vendor/webpatser/laravel-uuid" />
<root url="file://$MODULE_DIR$/vendor/willdurand/geocoder" />