Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #25 from tpaksu/master
Browse files Browse the repository at this point in the history
Add PHP8 Support
  • Loading branch information
freekmurze authored Dec 23, 2020
2 parents c46152f + 2380f7d commit f56ae57
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [7.4]
php: [7.4, 8.0]
laravel: [8.*, 7.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
Expand Down
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,19 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4|^8.0",
"illuminate/cache": "^7.0|^8.0",
"react/event-loop": "^1.1",
"spatie/temporary-directory": "^1.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"orchestra/testbench": "^5.0",
"mockery/mockery": "^1.3.3",
"orchestra/testbench": "^5.0|^6.0",
"phpunit/phpunit": "^9.0",
"sanmai/phpunit-legacy-adapter": "^8.2",
"spatie/test-time": "^1.2",
"vimeo/psalm": "^3.11"
"vimeo/psalm": "^4.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f56ae57

Please sign in to comment.