Skip to content

Commit

Permalink
System: update php version in composer config (#1753)
Browse files Browse the repository at this point in the history
  • Loading branch information
yookoala authored Oct 20, 2023
1 parent 74c333f commit c12d73e
Show file tree
Hide file tree
Showing 2 changed files with 709 additions and 912 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test:codesniffer": "Check code complies with PSR-2 standards"
},
"require": {
"php" : "^7.3",
"php" : "^7.4",
"ext-curl": "*",
"ext-intl": "*",
"ext-mbstring": "*",
Expand Down Expand Up @@ -82,7 +82,10 @@
},
"config": {
"platform": {
"php": "7.3"
"php": "7.4"
},
"allow-plugins": {
"php-http/discovery": true
}
},
"autoload": {
Expand Down
Loading

0 comments on commit c12d73e

Please sign in to comment.