Skip to content

Commit

Permalink
Merge pull request #23 from SimLibaud/php_required
Browse files Browse the repository at this point in the history
[Composer] Update PHP version require
  • Loading branch information
SimLibaud committed Apr 7, 2022
2 parents 3a1f14e + 78d1eec commit 0e811f9
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 @@ -11,7 +11,7 @@
}
],
"require": {
"php": "~7.2",
"php": ">=7.2",
"symfony/framework-bundle": "^5.0",
"symfony/security-core": "^5.0",
"symfony/yaml": "^5.0",
Expand Down

0 comments on commit 0e811f9

Please sign in to comment.