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

3 years ago
  1. {
  2. "name": "wiggins/my-project",
  3. "type": "library",
  4. "require": {
  5. "php": ">=7.4",
  6. "yiisoft/yii2": "2.0.45"
  7. },
  8. "autoload": {
  9. "psr-4": {
  10. "wiggins\\myProject\\": "src/"
  11. }
  12. },
  13. "minimum-stability": "dev",
  14. "config": {
  15. "allow-plugins": {
  16. "yiisoft/yii2-composer": true
  17. }
  18. },
  19. "repositories": [
  20. {
  21. "type": "composer",
  22. "url": "https://asset-packagist.org"
  23. }
  24. ]
  25. }