Skip to content

Commit

Permalink
Install jQuery via composer
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbeaty committed Aug 18, 2022
1 parent 71998f5 commit ab05de9
Show file tree
Hide file tree
Showing 10 changed files with 268 additions and 20,850 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
/var/*
!/var/.htaccess

# Javascript libraries installed with composer
/js/lib/jquery

# composer
/vendor

Expand Down
16 changes: 14 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"ext-simplexml": "*",
"ext-soap": "*",
"ext-zlib": "*",
"magento-hackathon/magento-composer-installer": "^3.1 || ^2.1 || ^4.0"
"components/jquery": "^1.12.4",
"magento-hackathon/magento-composer-installer": "^3.1 || ^2.1 || ^4.0",
"oomphinc/composer-installers-extender": "^2.0"
},
"require-dev": {
"macopedia/phpstan-magento1": "^1.0.4",
Expand Down Expand Up @@ -58,14 +60,24 @@
"psr-4": { "OpenMage\\Tests\\Unit\\": "dev/tests/unit" }
},
"extra": {
"installer-types": [
"component"
],
"installer-paths": {
"js/lib/{$name}": [
"type:component"
]
},
"branch-alias": {
"dev-main": "1.9.4.x-dev"
},
"magento-root-dir": "."
},
"config": {
"allow-plugins": {
"magento-hackathon/magento-composer-installer": true
"magento-hackathon/magento-composer-installer": true,
"composer/installers": true,
"oomphinc/composer-installers-extender": true
},
"sort-packages": true
}
Expand Down
252 changes: 251 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ab05de9

Please sign in to comment.