Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Fix composer platform
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsedivy authored Jan 2, 2020
2 parents 94fc2d5 + 98bacae commit 0c89534
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"require": {
"php": "^7.3",
"php": ">=7.1",
"ext-curl": "*",
"ext-dom": "*",
"ext-openssl": "*",
Expand All @@ -46,9 +46,6 @@
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true,
"platform": {
"php": "7.3"
}
"sort-packages": true
}
}

0 comments on commit 0c89534

Please sign in to comment.