From d71a76ce80af1865ef087cb54b0cdf0851153a01 Mon Sep 17 00:00:00 2001 From: hedii Date: Thu, 8 Apr 2021 09:46:20 +0200 Subject: [PATCH] Add php 8 support --- .github/workflows/main.yml | 2 +- README.md | 2 +- composer.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index da973b2..5073ef6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: [ '7.4' ] + php-versions: [ '7.4', '8.0' ] name: Testing on PHP ${{ matrix.php-versions }} steps: - name: Checkout diff --git a/README.md b/README.md index 3110391..b6ce20a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Build Status](https://github.com/hedii/laravel-ovh-swift-storage/workflows/Tests/badge.svg)](https://github.com/hedii/laravel-ovh-swift-storage/actions) [![Total Downloads](https://poser.pugx.org/hedii/laravel-ovh-swift-storage/downloads)](//packagist.org/packages/hedii/laravel-ovh-swift-storage) -[![License](https://poser.pugx.org/hedii/laravel-ovh-swift-storage/license)](//packagist.org/packages/hedii/laravel-ovh-swift-storage) +[![License](https://poser.pugx.org/hedii/laravel-ovh-swift-storage/license)](https://github.com/hedii/laravel-ovh-swift-storage/blob/master/LICENSE.md) [![Latest Stable Version](https://poser.pugx.org/hedii/laravel-ovh-swift-storage/v)](//packagist.org/packages/hedii/laravel-ovh-swift-storage) # Laravel Ovh Swift Storage diff --git a/composer.json b/composer.json index 6c2d703..d51f661 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ } ], "require": { - "php": "^7.4.0", - "laravel/framework": "^8.0", - "nimbusoft/flysystem-openstack-swift": "^0.3.1" + "php": "^7.4|^8.0", + "laravel/framework": "^8.12", + "nimbusoft/flysystem-openstack-swift": "^0.3.4" }, "require-dev": { "orchestra/testbench": "^6.0"