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 shouldn't include 8.1+ after all.

This restores Composer support for 8.0 subversions while also adding
support for 8.1, 8.2.
  • Loading branch information
braindawg committed Mar 22, 2024
1 parent 34f2d03 commit a3948c6
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|^8.1|^8.2",
"ext-curl": "*",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.2",
Expand Down

0 comments on commit a3948c6

Please sign in to comment.