123456789101112131415161718 |
- {
- "name": "yiisoft/yii2",
- "type": "project",
- "description": "Yii Framework 2",
- "keywords": ["yii", "framework", "basic", "application template"],
- "homepage": "http://www.yiiframework.com/",
- "license": "BSD-3-Clause",
- "authors": [
- {
- "name": "Natchanon Tatsaneepong",
- "email": "[email protected]"
- }
- ],
- "require": {
- "php": ">=5.4.0",
- "yiisoft/yii2": "*"
- }
- }
|