Skip to content

Commit b57afd4

Browse files
authored
Update composer.json
1 parent 6741054 commit b57afd4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,19 @@
2323
"psr-4": { "Omnipay\\Tests\\" : "src/" }
2424
},
2525
"require": {
26+
"php": "^7.3|^8",
2627
"php-http/mock-client": "^1.1",
2728
"guzzlehttp/psr7": "^1",
2829
"mockery/mockery": "^1",
29-
"phpunit/phpunit": "^5.7|^6"
30+
"phpunit/phpunit": "^9"
3031
},
3132
"require-dev": {
3233
"omnipay/common": "^3",
33-
"symfony/http-foundation": "^3|^4"
34+
"symfony/http-foundation": "^3|^4|^5"
3435
},
3536
"extra": {
3637
"branch-alias": {
37-
"dev-master": "3.1.x-dev"
38+
"dev-master": "4.0.x-dev"
3839
}
3940
},
4041
"prefer-stable": true

0 commit comments

Comments
 (0)