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

Commit

Permalink
php8, ditched php7.2/3
Browse files Browse the repository at this point in the history
  • Loading branch information
nickurt committed Dec 6, 2020
1 parent 16f8f4e commit 1ecb789
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
php: [7.4, 7.3]
php: [8.0, 7.4]
laravel: [8.*, 7.*, 6.*]
dependency-version: [prefer-lowest, prefer-stable]
os: [ubuntu-latest]
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-openprovider` will be documented in this file

## 0.8.0 - 2020-12-06

- Adding support for PHP 8.0, ditched PHP 7.2 and PHP 7.3

## 0.7.0 - 2020-09-18

- Adding support for Laravel 8
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"keywords": ["openprovider", "laravel"],
"license": "MIT",
"require": {
"php": "^7.2",
"php": "^8.0|^7.4",
"laravel/framework": "^6.0|^7.0|^8.0",
"spatie/array-to-xml": "^2.7",
"guzzlehttp/guzzle": "^6.3|^7.0.1"
"guzzlehttp/guzzle": "^6.3.1|^7.0.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5|^8.0|^9.0",
"phpunit/phpunit": "^7.5.15|^8.4|^9.3.3",
"orchestra/testbench": "^4.0|^5.0|^6.0"
},
"autoload": {
Expand Down

0 comments on commit 1ecb789

Please sign in to comment.