Skip to content

Commit

Permalink
Module generation improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
nenes25 committed Apr 16, 2019
1 parent 887ccae commit 4e5db44
Show file tree
Hide file tree
Showing 10 changed files with 434 additions and 208 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ config.xml
/src/vendor/
/nbproject/
/.github/config.php
console_dev.php
2 changes: 1 addition & 1 deletion bin/phar/current.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aea53b7836c3cc931ee0e26e94ed6314c60bcf4e
e081b6ee8141677293c607b5433c1b7e6feec6b7
Binary file modified bin/prestashopConsole.phar
Binary file not shown.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
2018-12-03 - V 1.2.4 : Fix wrong exception message in Module/InstallCommand
2019-01-12 - V 1.2.4 : Fix wrong exception message in Module Commands
2019-02-11 - V 1.3.0 : Automatically detect commands
2019-03-11 - V 1.4.0 : New commands to generate module files ( declaration, controllers )
2019-03-11 - V 1.4.0 : New commands to generate module files ( declaration, controllers , upgrade )
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"symfony/yaml": "^3.0",
"symfony/finder": "^3.1",
"padraic/phar-updater": "^1.0",
"symfony/lock": "^3.4"
"symfony/lock": "^3.4",
"symfony/filesystem": "^3.4"
},
"autoload": {
"psr-0" : {
Expand Down
Loading

0 comments on commit 4e5db44

Please sign in to comment.