Skip to content

Commit

Permalink
Allow PHP 8.0 (#194)
Browse files Browse the repository at this point in the history
* Allow PHP8

* Allow PHP8

Co-authored-by: Steven Brookes <steven.brookes@talisman-innovations.com>
  • Loading branch information
alterphp and stevenbrookes committed Jan 18, 2021
1 parent 2f15e1b commit 224721f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.1.3|^8.0",
"doctrine/collections": "^1.5",
"doctrine/common": "^2.11|^3.0",
"doctrine/persistence": "^1.3|^2",
Expand Down

0 comments on commit 224721f

Please sign in to comment.