diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 89ae3b5..526f325 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: php: [7.4, 7.3, 7.2] - laravel: [7.*, 6.*, 5.8.*] + laravel: [8.*, 7.*, 6.*] name: P${{ matrix.php }} - L${{ matrix.laravel }} diff --git a/composer.json b/composer.json index 583d4b8..c791999 100644 --- a/composer.json +++ b/composer.json @@ -17,15 +17,15 @@ "wingly" ], "require": { - "illuminate/database": "~5|~6|~7", - "illuminate/support": "~5|~6|~7", - "guzzlehttp/guzzle": "^6.5" + "php": "^7.2", + "illuminate/database": "^6.0|^7.0|^8.0", + "illuminate/support": "^6.0|^7.0|^8.0", + "guzzlehttp/guzzle": "^6.5|^7.0" }, "require-dev": { - "phpunit/phpunit": "^8.0", - "mockery/mockery": "^1.1", - "orchestra/testbench": "~3|~4", - "sempro/phpunit-pretty-print": "^1.0" + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^8.0|^9.0|^9.3", + "orchestra/testbench": "^4.0|^5.0|^6.0" }, "autoload": { "psr-4": { @@ -47,4 +47,4 @@ } } } -} +} \ No newline at end of file