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

  1. {
  2. "name": "wiggins/my-project",
  3. "type": "library",
  4. "require": {
  5. "php": ">=7.4"
  6. },
  7. "autoload": {
  8. "psr-4": {
  9. "Wiggins\\MyProject\\": "src/"
  10. }
  11. },
  12. "minimum-stability": "dev"
  13. }