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

Commit

Permalink
Maestro adds support for PHP 8.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantleech authored Jan 31, 2021
1 parent 3163b83 commit 1ebe656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
php-version:
- '7.3'
- '7.4'
- '8.0'

steps:
-
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require": {
"php": "^7.3 || ^8.0",
"phpactor/class-to-file": "~0.4.0",
"phpactor/container": "^1.0",
"phpactor/container": "~1.3.4",
"phpactor/reference-finder": "^0.1.5",
"phpactor/source-code-filesystem": "~0.1.6",
"phpactor/text-document": "~1.2.3",
Expand Down

0 comments on commit 1ebe656

Please sign in to comment.