From 2f8994ec2a5f9497aa28fa0dc11d0584c18cfc90 Mon Sep 17 00:00:00 2001 From: tzsk Date: Sat, 30 Jan 2021 12:07:44 +0530 Subject: [PATCH] Add PHP8 Support --- .github/workflows/run-tests.yml | 2 +- composer.json | 2 +- composer.lock | 68 ++++++++++++++++----------------- 3 files changed, 36 insertions(+), 36 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 6b04955..ccf9b2d 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [7.4] + php: [7.4, 8.0] laravel: [7.*, 8.*] dependency-version: [prefer-stable] include: diff --git a/composer.json b/composer.json index 0521e97..84ef8bf 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ } ], "require": { - "php": "^7.4", + "php": "^7.4|^8.0", "illuminate/support": "^7.0|^8.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index aa453db..b2d956f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b00d3405f7fd13379e2d93e7902e003f", + "content-hash": "4b3b560e3483b7d09b55e1ba2c7db236", "packages": [ { "name": "brick/math", @@ -4432,16 +4432,16 @@ }, { "name": "composer/composer", - "version": "2.0.8", + "version": "2.0.9", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "62139b2806178adb979d76bd3437534a1a9fd490" + "reference": "591c2c155cac0d2d7f34af41d3b1e29bcbfc685e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/62139b2806178adb979d76bd3437534a1a9fd490", - "reference": "62139b2806178adb979d76bd3437534a1a9fd490", + "url": "https://api.github.com/repos/composer/composer/zipball/591c2c155cac0d2d7f34af41d3b1e29bcbfc685e", + "reference": "591c2c155cac0d2d7f34af41d3b1e29bcbfc685e", "shasum": "" }, "require": { @@ -4509,7 +4509,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/composer/issues", - "source": "https://github.com/composer/composer/tree/2.0.8" + "source": "https://github.com/composer/composer/tree/2.0.9" }, "funding": [ { @@ -4525,7 +4525,7 @@ "type": "tidelift" } ], - "time": "2020-12-03T16:20:39+00:00" + "time": "2021-01-27T15:09:27+00:00" }, { "name": "composer/package-versions-deprecated", @@ -6266,22 +6266,22 @@ }, { "name": "orchestra/testbench", - "version": "v6.10.0", + "version": "v6.11.0", "source": { "type": "git", "url": "https://github.com/orchestral/testbench.git", - "reference": "7f388236e29329f0aac0a8bef076ee4a97d94c2b" + "reference": "c6acd7bcf2c2fe10802bac678d9a020fab4e761b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/testbench/zipball/7f388236e29329f0aac0a8bef076ee4a97d94c2b", - "reference": "7f388236e29329f0aac0a8bef076ee4a97d94c2b", + "url": "https://api.github.com/repos/orchestral/testbench/zipball/c6acd7bcf2c2fe10802bac678d9a020fab4e761b", + "reference": "c6acd7bcf2c2fe10802bac678d9a020fab4e761b", "shasum": "" }, "require": { "laravel/framework": "^8.25", "mockery/mockery": "^1.4.2", - "orchestra/testbench-core": "^6.12", + "orchestra/testbench-core": "^6.13", "php": "^7.3 || ^8.0", "phpunit/phpunit": "^8.4 || ^9.3", "spatie/laravel-ray": "^1.9.3" @@ -6315,7 +6315,7 @@ ], "support": { "issues": "https://github.com/orchestral/testbench/issues", - "source": "https://github.com/orchestral/testbench/tree/v6.10.0" + "source": "https://github.com/orchestral/testbench/tree/v6.11.0" }, "funding": [ { @@ -6327,20 +6327,20 @@ "type": "liberapay" } ], - "time": "2021-01-29T09:27:53+00:00" + "time": "2021-01-30T04:14:29+00:00" }, { "name": "orchestra/testbench-core", - "version": "v6.12.0", + "version": "v6.13.0", "source": { "type": "git", "url": "https://github.com/orchestral/testbench-core.git", - "reference": "cb70c41fde7f5f168036ff343ef368f8c653ace0" + "reference": "fa99d30b435caa0a6f8d0a92bb1ec6cafbf6409a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/cb70c41fde7f5f168036ff343ef368f8c653ace0", - "reference": "cb70c41fde7f5f168036ff343ef368f8c653ace0", + "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/fa99d30b435caa0a6f8d0a92bb1ec6cafbf6409a", + "reference": "fa99d30b435caa0a6f8d0a92bb1ec6cafbf6409a", "shasum": "" }, "require": { @@ -6417,7 +6417,7 @@ "type": "liberapay" } ], - "time": "2021-01-29T09:01:06+00:00" + "time": "2021-01-30T02:23:53+00:00" }, { "name": "phar-io/manifest", @@ -8904,16 +8904,16 @@ }, { "name": "symfony/filesystem", - "version": "v5.2.1", + "version": "v5.2.2", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "fa8f8cab6b65e2d99a118e082935344c5ba8c60d" + "reference": "262d033b57c73e8b59cd6e68a45c528318b15038" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/fa8f8cab6b65e2d99a118e082935344c5ba8c60d", - "reference": "fa8f8cab6b65e2d99a118e082935344c5ba8c60d", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/262d033b57c73e8b59cd6e68a45c528318b15038", + "reference": "262d033b57c73e8b59cd6e68a45c528318b15038", "shasum": "" }, "require": { @@ -8943,10 +8943,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Filesystem Component", + "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.2.1" + "source": "https://github.com/symfony/filesystem/tree/v5.2.2" }, "funding": [ { @@ -8962,20 +8962,20 @@ "type": "tidelift" } ], - "time": "2020-11-30T17:05:38+00:00" + "time": "2021-01-27T10:01:46+00:00" }, { "name": "symfony/options-resolver", - "version": "v5.2.1", + "version": "v5.2.2", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "87a2a4a766244e796dd9cb9d6f58c123358cd986" + "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/87a2a4a766244e796dd9cb9d6f58c123358cd986", - "reference": "87a2a4a766244e796dd9cb9d6f58c123358cd986", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce", + "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce", "shasum": "" }, "require": { @@ -9007,7 +9007,7 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony OptionsResolver Component", + "description": "Provides an improved replacement for the array_replace PHP function", "homepage": "https://symfony.com", "keywords": [ "config", @@ -9015,7 +9015,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v5.2.1" + "source": "https://github.com/symfony/options-resolver/tree/v5.2.2" }, "funding": [ { @@ -9031,7 +9031,7 @@ "type": "tidelift" } ], - "time": "2020-10-24T12:08:07+00:00" + "time": "2021-01-27T12:56:27+00:00" }, { "name": "symfony/polyfill-php70", @@ -9925,7 +9925,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^7.4" + "php": "^7.4|^8.0" }, "platform-dev": [], "plugin-api-version": "2.0.0"