We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ecbe0 commit 5a4a9c8Copy full SHA for 5a4a9c8
.gitignore
@@ -11,4 +11,3 @@ build
11
composer.lock
12
composer.phar
13
vendor/*
14
-package.json
package.json
@@ -0,0 +1,19 @@
1
+{
2
+ "name": "kohana",
3
+ "version": "3.4.1",
4
+ "description": "The Kohana PHP framework",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/kilofox/kohana.git"
8
+ },
9
+ "keywords": [
10
+ "framework",
+ "kohana"
+ ],
+ "author": "Muffet Lab",
+ "license": "MIT",
15
+ "bugs": {
16
+ "url": "https://github.com/kilofox/kohana/issues"
17
18
+ "homepage": "https://github.com/kilofox/kohana#readme"
19
+}
0 commit comments