Skip to content

Commit

Permalink
Support for PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
allebb committed Jan 16, 2022
1 parent 6130ed8 commit 8357cb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"require": {
"php": ">=7.3.0",
"php": "^7.3|^8.0",
"guzzlehttp/guzzle": "^7.4"
},
"require-dev": {
Expand All @@ -34,4 +34,4 @@
"Ballen\\Metar\\": "lib/"
}
}
}
}
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8357cb7

Please sign in to comment.