diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..9d24635 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: imliam diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fbc4e34..b56d727 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,11 +8,11 @@ jobs: max-parallel: 15 fail-fast: false matrix: - php-versions: ['7.2', '7.3', '7.4'] + php-versions: ['7.3', '7.4'] composer-flags: ['--prefer-lowest', '--prefer-stable'] env: - - LARAVEL_VERSION='^6.0' TESTBENCH_VERSION='^4.0' - LARAVEL_VERSION='^7.0' TESTBENCH_VERSION='^5.0' + - LARAVEL_VERSION='^8.0' TESTBENCH_VERSION='^6.0' name: Test on PHP ${{ matrix.php-versions }}, Laravel ${{ matrix.laravel-versions }} and ${{ matrix.composer-flags }} steps: - name: Checkout diff --git a/.styleci.yml b/.styleci.yml index 3f78bdd..f4d3cbc 100755 --- a/.styleci.yml +++ b/.styleci.yml @@ -2,4 +2,3 @@ preset: laravel disabled: - single_class_element_per_statement - - self_accessor diff --git a/composer.json b/composer.json index 69074df..4d7d6f9 100755 --- a/composer.json +++ b/composer.json @@ -16,13 +16,13 @@ "role": "Developer" }], "require": { - "php": "^7.2", - "illuminate/support": "^6.0|^7.0" + "php": "^7.3", + "illuminate/support": "^7.0|^8.0" }, "require-dev": { "phpunit/phpunit": "^7.0|^8.0|^9.0", "larapack/dd": "^1.0", - "orchestra/testbench": "^4.0|^5.0", + "orchestra/testbench": "^5.0|^6.0", "mockery/mockery": "^1.0" }, "autoload": {