Skip to content

Commit

Permalink
Merge pull request #14 from sandfoxme/composer-add-include-path
Browse files Browse the repository at this point in the history
Update composer autoloader config
  • Loading branch information
CloCkWeRX committed Oct 18, 2019
2 parents 364a8fb + 84fcd6d commit e5f2231
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions composer.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@
} }
], ],
"autoload": { "autoload": {
"classmap": [ "psr-0": {
"./" "Date_HumanDiff": "src"
] }
}, },
"include-path": [
"src"
],
"description": "Generate textual time differences that are easily understandable by humans.", "description": "Generate textual time differences that are easily understandable by humans.",
"license": "LGPL", "license": "LGPL",
"name": "pear/date_humandiff", "name": "pear/date_humandiff",
Expand All @@ -19,6 +22,11 @@
"source": "https://github.com/pear/Date_HumanDiff" "source": "https://github.com/pear/Date_HumanDiff"
}, },
"type": "library", "type": "library",
"autoload-dev": {
"classmap": [
"tests"
]
},
"require-dev": { "require-dev": {
"phpunit/phpunit": "*" "phpunit/phpunit": "*"
} }
Expand Down

0 comments on commit e5f2231

Please sign in to comment.