Skip to content

Commit

Permalink
Remove support for PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriaan Zonnenberg committed Sep 13, 2020
1 parent be6d7ac commit 0498a3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.2, 7.3, 7.4]
php: [7.3, 7.4]
laravel: [6.*, 7.*, 8.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.3",
"illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0",
"jaybizzle/crawler-detect": "^1.2",
"spatie/laravel-referer": "^1.6",
Expand Down

0 comments on commit 0498a3d

Please sign in to comment.