mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Add package.json
for 2.2
. (#20383)
This commit is contained in:
20
framework/package.json
Normal file
20
framework/package.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "yii2",
|
||||
"description": "a modern PHP framework designed for professional Web development",
|
||||
"dependencies": {
|
||||
"inputmask": "^5.0.8",
|
||||
"jquery-pjax": "^2.0.1",
|
||||
"jquery": "~3.6.4",
|
||||
"punycode": "^1.4.0",
|
||||
"yii2-pjax": "^2.0.8"
|
||||
},
|
||||
"keywords": [
|
||||
"php",
|
||||
"framework"
|
||||
],
|
||||
"license": "BSD-3-Clause",
|
||||
"bugs": {
|
||||
"url": "https://github.com/yiisoft/yii2/issues"
|
||||
},
|
||||
"homepage": "https://github.com/yiisoft/yii2"
|
||||
}
|
Reference in New Issue
Block a user