We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267354e commit 7fdcec2Copy full SHA for 7fdcec2
package.json
@@ -1,5 +1,6 @@
1
{
2
- "name": "yii2",
+ "name": "@yii2-extensions/app-basic",
3
+ "version": "0.1.0",
4
"description": "A modern PHP framework designed for professional Web development",
5
"dependencies": {
6
"bootstrap": "^5.3.2",
@@ -19,5 +20,9 @@
19
20
"bugs": {
21
"url": "https://github.com/yii2-extensions/app-basic/issues"
22
},
- "homepage": "https://github.com/yii2-extensions/app-basic"
23
+ "homepage": "https://github.com/yii2-extensions/app-basic",
24
+ "repository": {
25
+ "type": "git",
26
+ "url": "https://github.com/yii2-extensions/app-basic.git"
27
+ }
28
}
0 commit comments