Skip to content

Commit

Permalink
Merge pull request #162 from lara-zeus/config
Browse files Browse the repository at this point in the history
separate frontend and panel configuration
  • Loading branch information
atmonshi authored Oct 5, 2023
2 parents d5c2116 + 9bd4192 commit de11ba1
Show file tree
Hide file tree
Showing 36 changed files with 1,484 additions and 1,384 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@
"pestphp/pest-plugin-arch": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"pestphp/pest-plugin-livewire": "^2.1",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.1"
"phpstan/extension-installer": "^1.1"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -89,5 +88,6 @@
]
}
},
"minimum-stability": "dev"
"minimum-stability": "dev",
"prefer-stable": true
}
Loading

0 comments on commit de11ba1

Please sign in to comment.