We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6d338 commit 6dfd793Copy full SHA for 6dfd793
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## Unreleased
4
+
5
+### Added
6
+* PHP `^8.0` is now an allowed (but untested) PHP version
7
8
## 2.3.1 - 2020-09-08
9
10
(no changes, I just somehow mis-tagged 2.3.0 🙈)
composer.json
@@ -11,7 +11,7 @@
11
}
12
],
13
"require": {
14
- "php": "^7.2",
+ "php": "^7.2|^8.0",
15
"kreait/firebase-php": "^5.8.1",
16
"illuminate/contracts": "^5.8|^6.0|^7.0|^8.0",
17
"illuminate/support": "^5.8|^6.0|^7.0|^8.0"
0 commit comments