Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#1776 from Maks3w/add-c…
Browse files Browse the repository at this point in the history
…omposer-by-component

[Composer] Add composer definition to each component.
  • Loading branch information
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
@@ -1,6 +1,6 @@
{
"name": "zendframework/zend-mime",
"description": "Zend\\Mime component",
"description": " ",
"license": "BSD-3-Clause",
"keywords": [
"zf2",
Expand All @@ -9,11 +9,11 @@
"homepage": "https://github.com/zendframework/zend-mime",
"autoload": {
"psr-4": {
"Zend\\Mime\\": "src/"
"Zend\\Mime": "src/"
}
},
"require": {
"php": ">=5.3.23",
"php": ">=5.3.3",
"zendframework/zend-stdlib": "self.version"
},
"require-dev": {
Expand Down

0 comments on commit 37a0c6a

Please sign in to comment.