File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed
Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1717 "name" : " Adrian Macneil" ,
1818 "email" : " adrian@adrianmacneil.com"
1919 },
20+ {
21+ "name" : " Barry vd. Heuvel" ,
22+ "email" : " barryvdh@gmail.com"
23+ },
24+ {
25+ "name" : " Jason Judge" ,
26+ "email" : " jason.judge@consil.co.uk"
27+ },
28+ {
29+ "name" : " Del"
30+ },
2031 {
2132 "name" : " Omnipay Contributors" ,
2233 "homepage" : " https://github.com/thephpleague/omnipay-common/contributors"
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" : {
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments