Skip to content

Commit 9ebbeaf

Browse files
committed
Fix Composer PHP version declarations
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!
1 parent 34f2d03 commit 9ebbeaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["php-pusher-server", "pusher", "rest", "realtime", "real-time", "real time", "messaging", "push", "trigger", "publish", "events"],
55
"license": "MIT",
66
"require": {
7-
"php": "^7.3|8.0|8.1|8.2",
7+
"php": "^7.3|^8.0",
88
"ext-curl": "*",
99
"ext-json": "*",
1010
"guzzlehttp/guzzle": "^7.2",

0 commit comments

Comments
 (0)