Skip to content

Commit e9a7625

Browse files
committed
Fixing documentation link
1 parent f71cf31 commit e9a7625

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.1
55
- 7.2
6+
- 7.3
67

78
env:
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

1619
before_script:
1720
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
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)

0 commit comments

Comments
 (0)