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.

13 lines
236 B

{
"name": "wiggins/my-project",
"type": "library",
"require": {
"php": ">=7.4"
},
"autoload": {
"psr-4": {
"Wiggins\\MyProject\\": "src/"
}
},
"minimum-stability": "dev"
}