Skip to content

Commit

Permalink
Bump PHP version to 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Jan 9, 2022
1 parent aa92b29 commit 9ddf4fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
"require": {
"php": "^7.2|^8",
"php": "^7.3|^8",
"omnipay/common": "~3.0"
},
"require-dev": {
Expand All @@ -44,7 +44,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
"dev-master": "3.3.x-dev"
}
},
"scripts": {
Expand Down

0 comments on commit 9ddf4fa

Please sign in to comment.