Skip to content

Commit c4bb1b8

Browse files
committed
Add type 'project' to composer.json
That is what is suggested by https://getcomposer.org/doc/04-schema.md#type
1 parent 8e468bc commit c4bb1b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "The Laravel Framework.",
44
"keywords": ["framework", "laravel"],
55
"license": "MIT",
6+
"type": "project",
67
"require": {
78
"laravel/framework": "4.2.*"
89
},

0 commit comments

Comments
 (0)