From 207d21f526427b2f3c41a73c0978c7e0e05f2160 Mon Sep 17 00:00:00 2001 From: Matthew Nessworthy Date: Wed, 16 May 2018 17:28:03 +0200 Subject: [PATCH] Update from 'omnipay/omnipay' to 'league/omnipay' (#8) * Update from 'omnipay/omnipay' to 'league/omnipay' --- .styleci.yml | 4 ++-- composer.json | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.styleci.yml b/.styleci.yml index 419c6ec..db38617 100755 --- a/.styleci.yml +++ b/.styleci.yml @@ -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 @@ -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 diff --git a/composer.json b/composer.json index a6d4fdd..6a50909 100644 --- a/composer.json +++ b/composer.json @@ -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" + } }