Skip to content

Commit

Permalink
Update composer.json to support the same PHP version as Symfony 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpozzi authored Oct 2, 2023
1 parent 189373e commit 8d4a385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "knplabs/snappy-core",
"require": {
"php": ">=8.1",
"php": ">=7.2.5",
"psr/http-message": "^2.0"
},
"autoload": {
Expand Down

0 comments on commit 8d4a385

Please sign in to comment.