PHP项目开发框架,基于composer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
502 B

{
"name": "wiggins/my-project",
"type": "library",
"require": {
"php": ">=7.4",
"yiisoft/yii2": "2.0.45"
},
"autoload": {
"psr-4": {
"wiggins\\myProject\\": "src/"
}
},
"minimum-stability": "dev",
"config": {
"allow-plugins": {
"yiisoft/yii2-composer": true
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}