Skip to content

Commit

Permalink
Fix consolidation#29: Drop support for Symfony 4 and PHP 7
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Jan 18, 2024
1 parent 972a101 commit 25e2912
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 143 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
}
},
"require": {
"php": ">=5.5.0",
"php": ">=8.1",
"composer/semver": "^3.2",
"symfony/console": "^2.8 || ^3 || ^4 || ^5 || ^6",
"symfony/filesystem": "^2.5 || ^3 || ^4 || ^5 || ^6"
"symfony/console": "^5.4 || ^6.4",
"symfony/filesystem": "^5.4 || ^6.4"
},
"bin": [
"scripts/release"
Expand Down
Loading

0 comments on commit 25e2912

Please sign in to comment.