Skip to content

Commit

Permalink
Show that we support PHP8 (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Nov 27, 2020
1 parent 69e9052 commit a0aa5bb
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 @@ -25,7 +25,7 @@
}
],
"require": {
"php": "^5.6 || ^7.0",
"php": "^5.6 || ^7.0 || ^8.0",
"psr/cache": "^1.0",
"psr/simple-cache": "^1.0",
"cache/adapter-common": "^1.0",
Expand Down

2 comments on commit a0aa5bb

@vasily-kartashov
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any plans to release it to packagist?

@Nyholm
Copy link
Member Author

@Nyholm Nyholm commented on a0aa5bb Dec 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. This week

Please sign in to comment.