Skip to content

Commit

Permalink
🚚 Move modules folder
Browse files Browse the repository at this point in the history
  • Loading branch information
juzaweb committed Aug 28, 2023
1 parent d32baa8 commit 0bee6bc
Show file tree
Hide file tree
Showing 38 changed files with 5,592 additions and 38,286 deletions.
2 changes: 1 addition & 1 deletion bootstrap/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|
| The first thing we will do is create a new Laravel application instance
| which serves as the "glue" for all the components of Laravel, and is
| the IoC container for the system binding all of the various parts.
| the IoC container for the system binding all the various parts.
|
*/

Expand Down
297 changes: 0 additions & 297 deletions changelog.md

This file was deleted.

6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
"juzaweb",
"juzacms"
],
"license": "MIT",
"license": "GPL-2.0",
"require": {
"php": "^8.0|^8.1",
"guzzlehttp/guzzle": "^7.2",
"juzaweb/modules": "*",
"laravel/framework": "^9.2",
"laravel/tinker": "^2.7"
},
Expand Down Expand Up @@ -60,5 +61,6 @@
}
},
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"homepage": "https://juzaweb.com"
}
Loading

0 comments on commit 0bee6bc

Please sign in to comment.