Skip to content

Commit

Permalink
Magento Fork initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 10, 2021
1 parent a3596c6 commit 76960c2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"name": "test-magenx/module-require-js",
"description": "N/A",
"config": {
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0",
"magento/framework": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"config": {
"sort-packages": true
},
"version": "100.4.0",
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "103.0.*"
},
"autoload": {
"files": [
"registration.php"
Expand Down

0 comments on commit 76960c2

Please sign in to comment.