From 0d9a007cbb814b8b6052200a969f209388fd3b04 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 20 Feb 2020 17:43:12 +0100 Subject: [PATCH] Bump dependencies --- .github/workflows/tests.yml | 4 ++-- composer.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0b24cf9e..a68f3a3c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: fail-fast: true matrix: php: [7.2, 7.3, 7.4] - laravel: [6.*, 7.*] + laravel: [^6.0, ^7.0] name: P${{ matrix.php }} - L${{ matrix.laravel }} @@ -32,7 +32,7 @@ jobs: uses: shivammathur/setup-php@v1 with: php-version: ${{ matrix.php }} - extension-csv: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick + extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick coverage: none - name: Install dependencies diff --git a/composer.json b/composer.json index ecb79c8c..231d4439 100644 --- a/composer.json +++ b/composer.json @@ -29,8 +29,9 @@ "illuminate/support": "^6.0|^7.0", "laminas/laminas-diactoros": "^2.2", "league/oauth2-server": "^8.0", + "nyholm/psr7": "^1.0", "phpseclib/phpseclib": "^2.0", - "symfony/psr-http-message-bridge": "^1.0" + "symfony/psr-http-message-bridge": "^2.0" }, "require-dev": { "mockery/mockery": "^1.0",