Skip to content

Commit

Permalink
FIX-2 Avoid composer require
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryFursNeklo authored and klimovich-neklo committed Nov 14, 2019
1 parent cffcf73 commit b7ca06d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
"support": {
"documentation": "http://docs.shipperhq.com"
},
"require": {
"shipperhq/module-shipper": "^20.0"
},
"autoload": {
"files": [
"src/registration.php"
Expand Down
2 changes: 1 addition & 1 deletion src/Model/AutocompleteConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class AutocompleteConfigProvider implements ConfigProviderInterface
* @param \ShipperHQ\AddressAutocomplete\Helper\Data $helper
*/
public function __construct(
\ShipperHQ\Shipper\AddressAutocomplete\Data $helper
\ShipperHQ\AddressAutocomplete\Helper\Data $helper
) {
$this->helper = $helper;
}
Expand Down

0 comments on commit b7ca06d

Please sign in to comment.