Skip to content

Commit

Permalink
fix: composer
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-rahimi committed Sep 6, 2022
1 parent 5e7ac9f commit 9d1a3a2
Show file tree
Hide file tree
Showing 2 changed files with 4,320 additions and 88 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "lazysoft/laravel-panel",
"description": "A AdminPanel For Laravel",
"license": "MIT",
"keywords": [
"ahr1384",
"admin-panel",
"LazySoft",
"lazysoft",
"ahr1384",
"laravel",
"admin",
"admin-panel",
"panel"
],
"license": "MIT",
"authors": [
{
"name": "AmirHosein Rahimi",
Expand All @@ -18,6 +19,8 @@
}
],
"require": {
"php": "^8",
"laravel/framework": "^9",
"spatie/laravel-package-tools": "^1.12"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 9d1a3a2

Please sign in to comment.