Skip to content
This repository was archived by the owner on Mar 20, 2022. It is now read-only.

Commit 1ad9eb8

Browse files
committed
php8, ditched php7.2/3
1 parent 358f42a commit 1ad9eb8

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php: [7.4, 7.3]
15+
php: [8.0, 7.4]
1616
laravel: [8.*, 7.*, 6.*]
1717
dependency-version: [prefer-lowest, prefer-stable]
1818
os: [ubuntu-latest]

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `laravel-plesk` will be documented in this file
44

5+
## 0.8.0 - 2020-12-06
6+
7+
- Adding support for PHP 8.0, ditched PHP 7.2 and PHP 7.3
8+
59
## 0.7.0 - 2020-09-18
610

711
- Adding support for Laravel 8

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"keywords": ["plesk", "plesk onyx", "plesk onyx 17.8", "laravel"],
55
"license": "MIT",
66
"require": {
7-
"php": "^7.2",
7+
"php": "^8.0|^7.4",
88
"laravel/framework": "^6.0|^7.0|^8.0",
9-
"guzzlehttp/guzzle": "^6.3|^7.0.1"
9+
"guzzlehttp/guzzle": "^6.3.1|^7.0.1"
1010
},
1111
"require-dev": {
12-
"phpunit/phpunit": "^7.5|^8.0|^9.0",
12+
"phpunit/phpunit": "^7.5.15|^8.4|^9.3.3",
1313
"orchestra/testbench": "^4.0|^5.0|^6.0"
1414
},
1515
"autoload": {

0 commit comments

Comments
 (0)