Skip to content

Commit

Permalink
1.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
dedanirungu committed Jun 9, 2023
1 parent cc617a1 commit 2826328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": ["mybizna", "setup manager"],
"homepage": "https://github.com/mybizna/setup",
"license": "LGPL-3.0-or-later",
"version": "1.0.28",
"version": "1.0.29",
"authors": [
{
"name": "Dedan Irungu",
Expand All @@ -25,7 +25,7 @@
"composer create-project laravel/laravel:^9.0 mybizna",
"php composer_merger.php",
"rm mybizna/composer.json && rm mybizna/composer.lock && rm composer.lock",
"mv -R mybizna/. . && rm -R mybizna",
"cp -R mybizna/. . && rm -R mybizna",
"chmod +x mybizna_install.sh && ./mybizna_install.sh"
]
},
Expand Down

0 comments on commit 2826328

Please sign in to comment.