Skip to content

Commit

Permalink
Move require to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nenes25 committed Nov 6, 2023
1 parent 80e19ca commit 7dac518
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd $buildDir
rm -rf $moduleName
git clone [email protected]:nenes25/${moduleName}.git $moduleName
cd $moduleName
php7.4 `which composer2` install
php7.4 `which composer2` install --no-dev
rm -rf .git/
rm -rf .github/
rm -rf .gitignore
Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
V 0.2.0 2023-11-06 : First public release of the module
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
"Hhennes\\ModulesManager\\": "src/"
}
},
"require": {
"prestashop/php-dev-tools": "^4.3"
},
"config": {
"prepend-autoloader": false
},
Expand All @@ -27,5 +24,8 @@
"vendor/bin/php-cs-fixer fix --config tests/php/.php-cs-fixer.dist.php"
]
},
"type": "prestashop-module"
"type": "prestashop-module",
"require-dev": {
"prestashop/php-dev-tools": "^4.3"
}
}
6 changes: 3 additions & 3 deletions composer.lock

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

0 comments on commit 7dac518

Please sign in to comment.