Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Added more metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
MSnoeren committed Oct 29, 2021
1 parent d8c9507 commit 96e2cf7
Show file tree
Hide file tree
Showing 2 changed files with 1,021 additions and 1 deletion.
14 changes: 13 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
"name": "snoeren-development/laravel-domain-scope",
"description": "Scope your platform's data by domain.",
"type": "laravel-package",
"keywords": [
"laravel",
"domain",
"scope",
"snoeren",
"development"
],
"homepage": "https://github.com/snoeren-development/laravel-domain-scope",
"license": "MIT",
"autoload": {
"psr-4": {
Expand All @@ -16,13 +24,17 @@
],
"minimum-stability": "dev",
"require": {
"php": "^7.4|^8.0"
"php": "^7.4|^8.0",
"illuminate/support": "^8.0"
},
"extra": {
"laravel": {
"providers": [
"SnoerenDevelopment\\DomainScope\\ServiceProvider"
]
}
},
"config": {
"sort-packages": true
}
}
Loading

0 comments on commit 96e2cf7

Please sign in to comment.