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
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"
|
|
}
|
|
]
|
|
}
|