-
Notifications
You must be signed in to change notification settings - Fork 9
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
c0c3357
commit b2b4cd3
Showing
3 changed files
with
21 additions
and
30 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
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
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,11 +1,15 @@ | ||
<?xml version="1.0"?> | ||
<!-- | ||
* @category Scandiweb | ||
* @package ScandiPWA\Installer | ||
* @author Ilja Lapkovskis <info@scandiweb.com / ilja@scandiweb.com> | ||
* @copyright Copyright (c) 2019 Scandiweb, Ltd (http://scandiweb.com) | ||
* @license Apache-2.0 | ||
--> | ||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd"> | ||
<module name="ScandiPWA_Installer" setup_version="0.0.1" > | ||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> | ||
<module name="ScandiPWA_Installer"> | ||
<sequence> | ||
<module name="Magento_Theme" /> | ||
</sequence> | ||
</module> | ||
</config> |