Skip to content

Commit

Permalink
lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Dec 28, 2023
1 parent 3b373a7 commit 8ba455f
Show file tree
Hide file tree
Showing 2 changed files with 983 additions and 2,556 deletions.
61 changes: 36 additions & 25 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,48 @@
{
"name" : "luyadev/luya-module-remoteadmin",
"description" : "Collect remote informations from other LUYA instances.",
"type" : "luya-module",
"keywords" : ["php", "luya", "module", "remote", "remoteadmin", "yii2", "yii", "luya-module", "agency", "cockpit"],
"name": "luyadev/luya-module-remoteadmin",
"description": "Collect remote informations from other LUYA instances.",
"type": "luya-module",
"keywords": [
"php",
"luya",
"module",
"remote",
"remoteadmin",
"yii2",
"yii",
"luya-module",
"agency",
"cockpit"
],
"license": "MIT",
"homepage" : "https://luya.io",
"authors" : [
"homepage": "https://luya.io",
"authors": [
{
"name" : "Basil Suter",
"email" : "[email protected]",
"homepage" : "https://github.com/nadar"
"name": "Basil Suter",
"email": "[email protected]",
"homepage": "https://github.com/nadar"
}
],
"support" : {
"issues" : "https://github.com/luyadev/luya/issues"
"support": {
"issues": "https://github.com/luyadev/luya/issues"
},
"autoload" : {
"psr-4" : {
"luya\\remoteadmin\\" : "src/"
"autoload": {
"psr-4": {
"luya\\remoteadmin\\": "src/"
}
},
"require-dev": {
"luyadev/luya-testsuite": "^3.0"
},
"config": {
"fxp-asset": {
"enabled": false
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}
"fxp-asset": {
"enabled": false
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}
Loading

0 comments on commit 8ba455f

Please sign in to comment.