Skip to content

Commit

Permalink
Merge pull request #4 from ElementaryFramework/php8
Browse files Browse the repository at this point in the history
Support for PHP 8
  • Loading branch information
na2axl authored Jun 25, 2021
2 parents b40ddf0 + 59cb23e commit c06190b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
}
],
"require": {
"php": "^7.1.10",
"elementaryframework/streams": "^0.0.2",
"elementaryframework/events": "^0.0.1"
"php": ">=7.1.10",
"elementaryframework/streams": "^0.1.0",
"elementaryframework/events": "^0.1.0"
},
"keywords": [
"filesystem",
Expand Down

0 comments on commit c06190b

Please sign in to comment.