diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ad6765d..c6de255 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} - extensions: curl, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, iconv + extensions: curl, mbstring, zip, pcntl, iconv coverage: none - name: Install dependencies diff --git a/README.md b/README.md index b6b55b1..89b58a7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Latest Version on Packagist][ico-version]][link-packagist] [![Total Downloads][ico-downloads]][link-downloads] -This is where your description should go. Take a look at [contributing.md](contributing.md) to see a to do list. +This package allows you to easily utilize the HTTP/2 push feature in your Laravel Apps. ## Installation