Skip to content

Commit

Permalink
fixed php level to 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MadaMzandu committed Aug 9, 2024
1 parent 3582689 commit ef6fdeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"version": "2.3.0",
"license": "MIT",
"require": {
"ubnt/ucrm-plugin-sdk": "v0.10.0",
"ubnt/ucrm-plugin-sdk": "*",
"ext-gmp": "*",
"ext-json": "*",
"ext-curl": "*",
"ext-sqlite3": "*"
},
"config": {
"platform": {
"php": "8.1"
"php": "7.4"
}
}
}

0 comments on commit ef6fdeb

Please sign in to comment.