Skip to content

Commit

Permalink
Bump to PHP >= 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Mar 19, 2024
1 parent 0848da6 commit 5c569ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=5.5.9",
"php": ">=7.1",
"composer-plugin-api": "^1.0|^2.0"
},
"autoload": {
Expand All @@ -20,7 +20,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "1.2-dev"
"dev-main": "1.3-dev"
},
"class": "Symfony\\Thanks\\Thanks"
}
Expand Down

0 comments on commit 5c569ce

Please sign in to comment.