File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ language: php
33php :
44 - 7.1
55 - 7.2
6+ - 7.3
67
78env :
89 matrix :
@@ -12,6 +13,8 @@ matrix:
1213 exclude :
1314 - php : 7.2
1415 env : COMPOSER_FLAGS="--prefer-lowest"
16+ - php : 7.3
17+ env : COMPOSER_FLAGS="--prefer-lowest"
1518
1619before_script :
1720 - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction
Original file line number Diff line number Diff line change 44[ ![ Build Status] ( https://travis-ci.org/thecodingmachine/graphqlite-laravel.svg?branch=master )] ( https://travis-ci.org/thecodingmachine/graphqlite-laravel )
55
66
7- Laravel and Lumen GraphQLite bindings
8- =====================================
7+ Laravel GraphQLite bindings
8+ ===========================
99
10- GraphQLite integration package for Laravel and Lumen .
10+ GraphQLite integration package for Laravel.
1111
12- - See [ Laravel documentation] ( https://graphqlite.thecodingmachine.io/tdbm/doc/install_laravel.html )
13- - See [ Lumen documentation] ( https://graphqlite.thecodingmachine.io/tdbm/doc/install_lumen.html )
12+ See [ documentation] ( https://graphqlite.thecodingmachine.io/docs/laravel-package.html )
You can’t perform that action at this time.
0 commit comments