-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new option to create scheme based menu item urls (#2159)
* new option to create scheme based menu item urls * changelog
- Loading branch information
Showing
7 changed files
with
195 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,56 @@ | ||
{ | ||
"name" : "luyadev/luya-core", | ||
"description" : "LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.", | ||
"type" : "luya-core", | ||
"keywords" : ["luya", "core", "yii2", "yii", "cms", "admin"], | ||
"name": "luyadev/luya-core", | ||
"description": "LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.", | ||
"type": "luya-core", | ||
"keywords": [ | ||
"luya", | ||
"core", | ||
"yii2", | ||
"yii", | ||
"cms", | ||
"admin" | ||
], | ||
"license": "MIT", | ||
"homepage" : "https://luya.io", | ||
"authors" : [ | ||
"homepage": "https://luya.io", | ||
"authors": [ | ||
{ | ||
"name" : "Basil Suter", | ||
"email" : "git@nadar.io", | ||
"homepage" : "https://github.com/nadar" | ||
"name": "Basil Suter", | ||
"email": "git@nadar.io", | ||
"homepage": "https://github.com/nadar" | ||
} | ||
], | ||
"support" : { | ||
"issues" : "https://github.com/luyadev/luya/issues" | ||
"support": { | ||
"issues": "https://github.com/luyadev/luya/issues" | ||
}, | ||
"require" : { | ||
"luyadev/luya-composer" : "^1.0", | ||
"luyadev/yii-helpers":"^1.0", | ||
"require": { | ||
"luyadev/luya-composer": "^1.0", | ||
"luyadev/yii-helpers": "^1.0", | ||
"yiisoft/yii2": "~2.0.15", | ||
"curl/curl" : "^2.0 || ^1.0", | ||
"curl/curl": "^2.0 || ^1.0", | ||
"phpmailer/phpmailer": "^6.0", | ||
"giggsey/libphonenumber-for-php": "^8.11" | ||
|
||
}, | ||
"autoload" : { | ||
"psr-4" : { | ||
"luya\\" : "" | ||
"autoload": { | ||
"psr-4": { | ||
"luya\\": "" | ||
} | ||
}, | ||
|
||
"config":{ | ||
"fxp-asset":{ | ||
"enabled":false | ||
"config": { | ||
"fxp-asset": { | ||
"enabled": false | ||
}, | ||
"allow-plugins": { | ||
"yiisoft/yii2-composer": true, | ||
"luyadev/luya-composer": true | ||
} | ||
}, | ||
"repositories":[ | ||
"repositories": [ | ||
{ | ||
"type":"composer", | ||
"url":"https://asset-packagist.org" | ||
"type": "composer", | ||
"url": "https://asset-packagist.org" | ||
} | ||
], | ||
"bin" : ["bin/luya"] | ||
} | ||
"bin": [ | ||
"bin/luya" | ||
] | ||
} |
Oops, something went wrong.