Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Commit 6940bba

Browse files
committed
composer right support
1 parent 25b6168 commit 6940bba

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

composer.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "surikat/Autoload",
3+
"type": "library",
4+
"description": "Autoload - Simple and Concise PHP Autoloader - PSR-4 convention",
5+
"keywords": ["Autoload", "PSR-4"],
6+
"license": ["LGPL-3.0+","CC0-1.0"],
7+
"homepage": "https://github.com/surikat/Autoload",
8+
"authors": [
9+
{
10+
"name": "Jo Surikat",
11+
"email": "jo@surikat.pro",
12+
"homepage": "http://wildsurikat.com/Documentation/Autoload",
13+
"role": "Developer"
14+
}
15+
],
16+
"require": {
17+
"php": ">=5.4.0"
18+
},
19+
"autoload": {
20+
"psr-4":{
21+
"Wild\\Autoload\\": ""
22+
}
23+
},
24+
"minimum-stability": "dev"
25+
}

0 commit comments

Comments
 (0)