installed xefi\laravel-osdd
This commit is contained in:
23
technical/osdd/composer.json
Normal file
23
technical/osdd/composer.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "technical/osdd",
|
||||
"description": "OSDD technical configuration layer",
|
||||
"type": "layer",
|
||||
"version": "1.0.0",
|
||||
"require": {
|
||||
"xefi/laravel-osdd": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Technical\\Osdd\\": "src/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Technical\\Osdd\\Providers\\OsddServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
"prefer-stable": true
|
||||
}
|
||||
Reference in New Issue
Block a user