Skip to content

Commit

Permalink
feat: silverstripe 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr committed Jul 8, 2023
1 parent e26ea2b commit 8f277fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"license": "BSD-3-Clause",
"keywords": ["silverstripe","payment","omnipay"],
"require": {
"silverstripe/framework": "^4",
"silverstripe/config": "^1",
"php": "^8.1",
"silverstripe/framework": "^5",
"omnipay/common": "^3"
},
"require-dev": {
"guzzlehttp/psr7": "^2.5",
"silverstripe/versioned" : "^1.0",
"silverstripe/versioned" : "*",
"phpunit/phpunit": "^9.5",
"php-http/guzzle7-adapter": "^1",
"omnipay/paypal": "^3",
Expand Down

0 comments on commit 8f277fa

Please sign in to comment.