Skip to content

Commit

Permalink
Update from 'omnipay/omnipay' to 'league/omnipay' (#8)
Browse files Browse the repository at this point in the history
* Update from 'omnipay/omnipay' to 'league/omnipay'
  • Loading branch information
matthewnessworthy authored and lucidlogic committed May 16, 2018
1 parent 308d043 commit 207d21f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ enabled:
# - not_operator_with_space
# - not_operator_with_successor_space
- object_operator_without_whitespace
# - ordered_class_elements
# - ordered_class_elements
- alpha_ordered_imports
# - phpdoc_align
- phpdoc_add_missing_param_annotation
Expand All @@ -106,7 +106,7 @@ enabled:
# - property_visibility_required #psr2
# - psr4 #psr2
- return_type_declaration
- self_accessor
# - self_accessor
- short_array_syntax
- short_scalar_cast
# - simplified_null_return
Expand Down
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
},
"require": {
"php": "^7.0",
"omnipay/omnipay": "v3.0-alpha.1",
"php-http/guzzle6-adapter": "^1.1"
},
"minimum-stability": "dev"
"league/omnipay": "^3.0"
}
}

0 comments on commit 207d21f

Please sign in to comment.