Skip to content

Commit

Permalink
Change required php version to >=7.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Hristo Popov committed Sep 30, 2023
1 parent d88547c commit bd57c17
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 @@ -15,7 +15,7 @@
}
],
"require": {
"php": "^8.1",
"php": ">=7.2.5",
"symfony/framework-bundle": "^5.4 || ^6.0 ",
"symfony/intl": "^5.4 || ^6.0",
"symfony/templating": "^5.4 || ^6.0",
Expand Down

0 comments on commit bd57c17

Please sign in to comment.