-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrated to exact module dependency, over from magento version specif…
…ication. Supports 2.3.5.
- Loading branch information
1 parent
f0df332
commit 6871a6f
Showing
4 changed files
with
31 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,26 +2,15 @@ | |
"name": "scandipwa/route717", | ||
"type": "magento2-module", | ||
"description": "ScandiPWA dedicated router", | ||
"keywords": [ | ||
"magento2", | ||
"scandipwa", | ||
"pwa", | ||
"router" | ||
], | ||
"license": [ | ||
"OSL-3.0" | ||
], | ||
"support": { | ||
"email": "[email protected]" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Ilja Lapkovskis", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"magento/magento2-base": "^2.3" | ||
"magento/framework": "*", | ||
"magento/module-store": "*", | ||
"magento/module-customer": "*", | ||
"magento/module-wishlist": "*", | ||
"magento/module-url-rewrite": "*" | ||
}, | ||
"autoload": { | ||
"files": [ | ||
|
@@ -31,4 +20,4 @@ | |
"ScandiPWA\\Router\\": "src" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
<?xml version="1.0"?> | ||
<!-- | ||
/** | ||
* @category ScandiPWA | ||
* @package ScandiPWA\Route717 | ||
* @author Ilja Lapkovskis <[email protected] / [email protected]> | ||
* @copyright Copyright (c) 2019 Scandiweb, Ltd (http://scandiweb.com) | ||
* @license OSL-3.0 | ||
* ScandiPWA - Progressive Web App for Magento | ||
* | ||
* Copyright © Scandiweb, Inc. All rights reserved. | ||
* See LICENSE for license details. | ||
* | ||
* @license OSL-3.0 (Open Software License ("OSL") v. 3.0) | ||
* @link https://github.com/scandipwa/quote-graphql | ||
*/ | ||
--> | ||
|
||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> | ||
<preference for="ScandiPWA\Router\ValidationManagerInterface" type="ScandiPWA\Router\ValidationManager"/> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
<?xml version="1.0"?> | ||
<!-- | ||
/** | ||
* @category ScandiPWA | ||
* @package ScandiPWA\Route717 | ||
* @author Ilja Lapkovskis <[email protected] / [email protected]> | ||
* @copyright Copyright (c) 2019 Scandiweb, Ltd (http://scandiweb.com) | ||
* @license OSL-3.0 | ||
* ScandiPWA - Progressive Web App for Magento | ||
* | ||
* Copyright © Scandiweb, Inc. All rights reserved. | ||
* See LICENSE for license details. | ||
* | ||
* @license OSL-3.0 (Open Software License ("OSL") v. 3.0) | ||
* @link https://github.com/scandipwa/quote-graphql | ||
*/ | ||
--> | ||
|
||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> | ||
<type name="Magento\Framework\App\RouterList"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters