Skip to content

Commit

Permalink
Merge pull request #5 from sudiptpa/fix/added-min-php-version
Browse files Browse the repository at this point in the history
Added minimum PHP version requirement.
  • Loading branch information
sudiptpa authored Oct 20, 2023
2 parents 38d1dd0 + 1564dac commit ffe63f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"psr-4": { "Omnipay\\PayPalRest\\" : "src/" }
},
"require": {
"php": "^7.2|^8",
"omnipay/common": "~3.0"
},
"extra":{
Expand Down

0 comments on commit ffe63f6

Please sign in to comment.