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

Commit

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

0 comments on commit 2f66c0e

Please sign in to comment.