Skip to content

Commit 26d05da

Browse files
committed
Update composer, bump versions and PHP7.1+
1 parent 9fe28d8 commit 26d05da

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

composer.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@
1717
"name": "Adrian Macneil",
1818
"email": "[email protected]"
1919
},
20+
{
21+
"name": "Barry vd. Heuvel",
22+
"email": "[email protected]"
23+
},
24+
{
25+
"name": "Jason Judge",
26+
"email": "[email protected]"
27+
},
28+
{
29+
"name": "Del"
30+
},
2031
{
2132
"name": "Omnipay Contributors",
2233
"homepage": "https://github.com/thephpleague/omnipay-common/contributors"
@@ -27,18 +38,18 @@
2738
"classmap": ["src/Omnipay.php"]
2839
},
2940
"require": {
30-
"php": "^5.6|^7",
41+
"php": "^7.1",
3142
"php-http/client-implementation": "^1",
3243
"php-http/message": "^1.5",
3344
"php-http/discovery": "^1.2.1",
3445
"symfony/http-foundation": "^2.1|^3|^4",
35-
"moneyphp/money": "^3.0.5"
46+
"moneyphp/money": "^3.1"
3647
},
3748
"require-dev": {
3849
"omnipay/tests": "^3",
3950
"php-http/mock-client": "^1",
4051
"squizlabs/php_codesniffer": "^3",
41-
"phpro/grumphp": "^0.12"
52+
"phpro/grumphp": "^0.14"
4253
},
4354
"extra": {
4455
"branch-alias": {

grumphp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ parameters:
99
always_execute: false
1010
phpcs:
1111
standard: PSR2
12-
show_warnings: false
12+
warning_severity: ~
1313
ignore_patterns:
1414
- tests/
1515
triggered_by: [php]

0 commit comments

Comments
 (0)