Skip to content

Commit

Permalink
Support for PHP 8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Oct 27, 2021
1 parent e0fdb0e commit dc61769
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
dependencies:
- "locked"
- "highest"
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@
},
"require": {
"php": "^7.3 || ^8.0",
"illuminate/support": "^8.40",
"illuminate/support": "^8.65",
"orchestra/contracts": "^6.0",
"statamic/stringy": "^3.1"
},
"require-dev": {
"mockery/mockery": "^1.3.1",
"orchestra/testbench": "^6.19"
"orchestra/testbench": "^6.22"
},
"replace": {
"orchestra/support-core": "self.version",
Expand Down

0 comments on commit dc61769

Please sign in to comment.