Skip to content

Commit

Permalink
Set minimum PHP version to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Oct 27, 2024
1 parent a336907 commit 1ba53fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@
"bin/dep"
],
"require": {
"php": "^8.0",
"ext-json": "*",
"ext-curl": "*",
"php": ">=8.2",
"symfony/console": "^7.1",
"symfony/process": "^7.1",
"symfony/yaml": "^7.1"
Expand Down

0 comments on commit 1ba53fd

Please sign in to comment.