Skip to content

Commit

Permalink
Revert "chore: update php requirements"
Browse files Browse the repository at this point in the history
This reverts commit 6b55c4b.
  • Loading branch information
mastudillot committed Oct 15, 2024
1 parent bb798d8 commit 405dcdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"require": {
"transbank/transbank-sdk": "~2.0",
"ext-json": "*",
"php": "^8.2",
"php": ">=7.0",
"monolog/monolog": "^1.27"
},
"config": {
"platform": {
"php": "8.2"
"php": "7.0"
}
},
"autoload": {
Expand Down

0 comments on commit 405dcdb

Please sign in to comment.