Skip to content

Commit

Permalink
Merge pull request #387 from php-vcr/drop_support_for_php82
Browse files Browse the repository at this point in the history
TASK: Drop support for php 8.2
  • Loading branch information
higidi committed Feb 20, 2023
2 parents f7db27d + 3971d02 commit 5c9417b
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 @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^8",
"php": "^8,<8.2",
"ext-curl": "*",
"beberlei/assert": "^3.2.5",
"symfony/yaml": "^3|^4|^5|^6",
Expand Down

0 comments on commit 5c9417b

Please sign in to comment.