Skip to content

Commit

Permalink
Fix Composer PHP version declarations
Browse files Browse the repository at this point in the history
Looks like I was wrong about how PHP versions are interpreted by
Composer, so ^8.0 should also include 8.1+ after all. Putting it back
how I found it!
  • Loading branch information
braindawg committed May 16, 2024
1 parent 34f2d03 commit 9ebbeaf
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 @@ -4,7 +4,7 @@
"keywords": ["php-pusher-server", "pusher", "rest", "realtime", "real-time", "real time", "messaging", "push", "trigger", "publish", "events"],
"license": "MIT",
"require": {
"php": "^7.3|8.0|8.1|8.2",
"php": "^7.3|^8.0",
"ext-curl": "*",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.2",
Expand Down

0 comments on commit 9ebbeaf

Please sign in to comment.