Skip to content

Commit

Permalink
Fixed PHP versions scope
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Jan 17, 2022
1 parent dd591cd commit 4a87467
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 @@ -5,7 +5,7 @@
"keywords": ["ratelimiter", "throttling", "rate", "limiter"],
"prefer-stable": true,
"require": {
"php": "^7.4.2 || ^8.0 || ^8.1",
"php": "^7.4.2 || ~8.0 || ~8.1",
"ext-json": "*",
"aeon-php/calendar": "^1.0",
"aeon-php/sleep": ">=0.6.0",
Expand Down

0 comments on commit 4a87467

Please sign in to comment.