Skip to content

Commit

Permalink
Update composer.json with the correct package type for Lithium libr…
Browse files Browse the repository at this point in the history
…aries
  • Loading branch information
mehlah committed Aug 8, 2012
1 parent c3419a4 commit e88057d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ {
"name": "UnionOfRAD/lithium", "name": "UnionOfRAD/lithium",
"type": "library", "type": "lithium-library",
"description": "The core library of the Lithium PHP framework", "description": "The core library of the Lithium PHP framework",
"keywords": ["lithium", "framework"], "keywords": ["lithium", "framework"],
"homepage": "http://lithify.me", "homepage": "http://lithify.me",
Expand All @@ -16,6 +16,7 @@
} }
], ],
"require": { "require": {
"php": ">=5.3.6" "php": ">=5.3.6",
"composer/installers": "*"
} }
} }

0 comments on commit e88057d

Please sign in to comment.