Skip to content

Commit

Permalink
Added php 8.1 to allowed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Jan 6, 2022
1 parent 18d9c6f commit f02ed71
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["ratelimiter", "throttling", "rate", "limiter"],
"prefer-stable": true,
"require": {
"php": "^7.4.2 || ^8.0",
"php": "^7.4.2 || ^8.0 || ^8.1",
"ext-json": "*",
"aeon-php/calendar": "^1.0",
"aeon-php/sleep": ">=0.6.0",
Expand Down
42 changes: 21 additions & 21 deletions composer.lock

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

0 comments on commit f02ed71

Please sign in to comment.